1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Add option to select by track type (RCT1 style); correct misspellings of 'separate'

This commit is contained in:
Gymnasiast
2015-06-24 12:41:19 +02:00
parent 1dd55346a1
commit a6225ebf06
22 changed files with 455 additions and 126 deletions

View File

@@ -159,7 +159,7 @@ typedef struct {
uint8 toolbar_show_finances;
uint8 toolbar_show_research;
uint8 toolbar_show_cheats;
uint8 allow_subtype_switching;
uint8 select_by_track_type;
uint8 console_small_font;
utf8string current_theme_preset;
} interface_configuration;