Skip to content

Commit

Permalink
directiontables: Fix MSVC compiler error (#6785)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrido authored and SmallJoker committed Dec 14, 2017
1 parent 2d9f0d3 commit 551c123
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 const u8 wallmounted_to_facedir[6] = {
const u8 wallmounted_to_facedir[6] = {
20,
0,
16 + 1,
Expand Down

0 comments on commit 551c123

Please sign in to comment.