1
0
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:
Marijn van der Werf
2017-08-06 14:41:13 +02:00
committed by Michał Janiszewski
parent 4d90940d21
commit 28c78faa57
18 changed files with 139 additions and 140 deletions

View File

@@ -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)
{