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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user