Skip to content

Commit f36e323

Browse files
committedOct 17, 2017
directiontables.cpp: fix a warning reported by VS2017
1 parent 38b0e26 commit f36e323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/util/directiontables.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const v3s16 g_27dirs[27] =
110110
v3s16(0,0,0),
111111
};
112112

113-
constexpr u8 wallmounted_to_facedir[6] = {
113+
constexpr const u8 wallmounted_to_facedir[6] = {
114114
20,
115115
0,
116116
16 + 1,

0 commit comments

Comments
 (0)