Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
directiontables.cpp: fix a warning reported by VS2017
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/util/directiontables.cpp
|
@@ -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, |
|
|