1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Implement more options

- Invisible guests
- Invisible staff
- See-through trees
- Invisible trees
- Strings/Ids
This commit is contained in:
Kane
2021-08-10 02:35:56 +10:00
committed by Ted John
parent 204f8ceac1
commit e134be9538
8 changed files with 93 additions and 41 deletions

View File

@@ -53,6 +53,10 @@ enum
VIEWPORT_FLAG_INVISIBLE_RIDES = (1 << 21),
VIEWPORT_FLAG_INVISIBLE_SCENERY = (1 << 22),
VIEWPORT_FLAG_INVISIBLE_PATHS = (1 << 23),
VIEWPORT_FLAG_INVISIBLE_GUESTS = (1 << 24),
VIEWPORT_FLAG_INVISIBLE_STAFF = (1 << 25),
VIEWPORT_FLAG_SEETHROUGH_TREES = (1 << 26),
VIEWPORT_FLAG_INVISIBLE_TREES = (1 << 27),
};
enum class ViewportInteractionItem : uint8_t