1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

directiontables: Fix MSVC compiler error (#6785)

This commit is contained in:
adrido
2017-12-14 19:46:42 +01:00
committed by SmallJoker
parent 2d9f0d344e
commit 551c12391a

View File

@@ -110,7 +110,7 @@ const v3s16 g_27dirs[27] =
v3s16(0,0,0), v3s16(0,0,0),
}; };
constexpr const u8 wallmounted_to_facedir[6] = { const u8 wallmounted_to_facedir[6] = {
20, 20,
0, 0,
16 + 1, 16 + 1,