1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Add game flag for development only below tree height.

This commit is contained in:
Kevin Burke
2014-04-30 21:51:29 +05:30
parent f236c077bf
commit 59c8090de5

View File

@@ -122,6 +122,7 @@ enum {
enum {
GAME_FLAGS_PARK_OPEN = (1 << 0),
GAME_FLAGS_BELOW_TREE_HEIGHT_ONLY = (1 << 5),
GAME_FLAGS_NO_MONEY = (1 << 11),
GAME_FLAGS_PARK_FREE_ENTRY = (1 << 13)
};