1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Made subtype switching an option

This commit is contained in:
Gymnasiast
2015-03-14 20:29:49 +01:00
parent 22b4001c29
commit 5a5cf21cd3
5 changed files with 28 additions and 12 deletions

View File

@@ -134,6 +134,7 @@ typedef struct {
typedef struct {
uint8 toolbar_show_finances;
uint8 toolbar_show_research;
uint8 allow_subtype_switching;
} interface_configuration;
typedef struct {