projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9f0d3
)
directiontables: Fix MSVC compiler error (#6785)
author
adrido
<robots_only_adrido@gmx.com>
Thu, 14 Dec 2017 18:46:42 +0000
(19:46 +0100)
committer
SmallJoker
<SmallJoker@users.noreply.github.com>
Thu, 14 Dec 2017 18:46:42 +0000
(19:46 +0100)
src/util/directiontables.cpp
patch
|
blob
|
history
diff --git
a/src/util/directiontables.cpp
b/src/util/directiontables.cpp
index b4d3eef2386432c7d47f0ac05974cba2cb7cb53c..296585f9098b62018b9e74630621637f56d38d2f 100644
(file)
--- a/
src/util/directiontables.cpp
+++ b/
src/util/directiontables.cpp
@@
-110,7
+110,7
@@
const v3s16 g_27dirs[27] =
v3s16(0,0,0),
};
-const
expr const
u8 wallmounted_to_facedir[6] = {
+const u8 wallmounted_to_facedir[6] = {
20,
0,
16 + 1,