directiontables: Fix MSVC compiler error (#6785)
authoradrido <robots_only_adrido@gmx.com>
Thu, 14 Dec 2017 18:46:42 +0000 (19:46 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Thu, 14 Dec 2017 18:46:42 +0000 (19:46 +0100)
src/util/directiontables.cpp

index b4d3eef2386432c7d47f0ac05974cba2cb7cb53c..296585f9098b62018b9e74630621637f56d38d2f 100644 (file)
@@ -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,