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

Final changes

This commit is contained in:
Robert Jordan
2015-05-30 12:43:24 -04:00
parent 53a241d197
commit eb19ae7995
7 changed files with 96 additions and 62 deletions

View File

@@ -139,7 +139,6 @@ typedef struct {
uint8 test_unfinished_tracks;
uint8 no_test_crashes;
uint8 date_format;
utf8string current_colour_scheme_preset;
} general_configuration;
typedef struct {
@@ -147,8 +146,8 @@ typedef struct {
uint8 toolbar_show_research;
uint8 toolbar_show_cheats;
uint8 allow_subtype_switching;
uint8 rct1_colour_scheme;
uint8 console_small_font;
utf8string current_colour_scheme_preset;
} interface_configuration;
typedef struct {