mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Update gTextBoxInput size to be at least CHAT_INPUT_SIZE large
Fixes #5365
This commit is contained in:
@@ -42,7 +42,7 @@ rct_window * gWindowAudioExclusive;
|
||||
|
||||
uint16 TextInputDescriptionArgs[4];
|
||||
widget_identifier gCurrentTextBox = { { 255, 0 }, 0 };
|
||||
char gTextBoxInput[512] = { 0 };
|
||||
char gTextBoxInput[1024] = { 0 };
|
||||
sint32 gMaxTextBoxInputLength = 0;
|
||||
sint32 gTextBoxFrameNo = 0;
|
||||
bool gUsingWidgetTextBox = 0;
|
||||
|
||||
@@ -35,7 +35,7 @@ struct track_design_file_ref;
|
||||
struct TitleSequence;
|
||||
|
||||
extern uint16 TextInputDescriptionArgs[4];
|
||||
extern char gTextBoxInput[512];
|
||||
extern char gTextBoxInput[1024];
|
||||
extern sint32 gMaxTextBoxInputLength;
|
||||
extern sint32 gTextBoxFrameNo;
|
||||
extern bool gUsingWidgetTextBox;
|
||||
|
||||
Reference in New Issue
Block a user