1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-27 05:45:18 +01:00

directiontables.cpp: fix a warning reported by VS2017

This commit is contained in:
Loic Blot
2017-10-17 22:29:05 +02:00
parent 38b0e26679
commit f36e323175

View File

@@ -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,