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

Finished improvements to console

Added commands: variables, get, and set
Added console scrolling
set console_small_font 1 will change the console font
Fixed issue with textinput incrementing the length twice in shared.c
This commit is contained in:
Robert Jordan
2015-05-19 21:12:09 -04:00
parent 61474ecd9a
commit 0fbeb9214e
5 changed files with 373 additions and 22 deletions

View File

@@ -138,6 +138,7 @@ typedef struct {
uint8 toolbar_show_cheats;
uint8 allow_subtype_switching;
uint8 rct1_colour_scheme;
uint8 console_small_font;
} interface_configuration;
typedef struct {