mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 10:15:36 +01:00
Make more window variables and functions static
This commit is contained in:
committed by
Michał Janiszewski
parent
4d90940d21
commit
28c78faa57
@@ -97,7 +97,7 @@ char text_input[TEXT_INPUT_SIZE] = { 0 };
|
||||
rct_windowclass calling_class = 0;
|
||||
rct_windownumber calling_number = 0;
|
||||
sint32 calling_widget = 0;
|
||||
sint32 _maxInputLength;
|
||||
static sint32 _maxInputLength;
|
||||
|
||||
void window_text_input_open(rct_window* call_w, rct_widgetindex call_widget, rct_string_id title, rct_string_id description, rct_string_id existing_text, uintptr_t existing_args, sint32 maxLength)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user