directiontables.cpp: fix a warning reported by VS2017

master
Loic Blot 2017-10-17 22:29:05 +02:00
parent 38b0e26679
commit f36e323175
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 1 deletions

View File

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