Skip to content

Commit

Permalink
directiontables.cpp: fix a warning reported by VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Oct 17, 2017
1 parent 38b0e26 commit f36e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/directiontables.cpp
Expand Up @@ -110,7 +110,7 @@ const v3s16 g_27dirs[27] =
v3s16(0,0,0),
};

constexpr u8 wallmounted_to_facedir[6] = {
constexpr const u8 wallmounted_to_facedir[6] = {
20,
0,
16 + 1,
Expand Down

0 comments on commit f36e323

Please sign in to comment.