From 551c12391a4ee1ab55fedd92433f740c4a0e2dec Mon Sep 17 00:00:00 2001 From: adrido Date: Thu, 14 Dec 2017 19:46:42 +0100 Subject: [PATCH] directiontables: Fix MSVC compiler error (#6785) --- src/util/directiontables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/directiontables.cpp b/src/util/directiontables.cpp index b4d3eef23..296585f90 100644 --- a/src/util/directiontables.cpp +++ b/src/util/directiontables.cpp @@ -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,