1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Fix #6700: Maze rendering issues

This commit is contained in:
Ted John
2017-11-22 01:08:48 +00:00
parent a98c936316
commit 5cf30b0745

View File

@@ -238,7 +238,7 @@ enum {
MAZE_ENTRY_FLAG_6 = (1 << 6),
MAZE_ENTRY_FLAG_7 = (1 << 7),
MAZE_ENTRY_FLAG_8 = (1 << 8),
MAZE_ENTRY_FLAG_9 = (1 << 10),
MAZE_ENTRY_FLAG_9 = (1 << 9),
MAZE_ENTRY_FLAG_10 = (1 << 10),
MAZE_ENTRY_FLAG_11 = (1 << 11),
MAZE_ENTRY_FLAG_12 = (1 << 12),