mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Make window_start_textbox accept pointer argument
This commit is contained in:
@@ -2508,7 +2508,7 @@ void textinput_cancel()
|
||||
}
|
||||
}
|
||||
|
||||
void window_start_textbox(rct_window *call_w, int call_widget, rct_string_id existing_text, uint32 existing_args, int maxLength)
|
||||
void window_start_textbox(rct_window *call_w, int call_widget, rct_string_id existing_text, char * existing_args, int maxLength)
|
||||
{
|
||||
if (gUsingWidgetTextBox)
|
||||
window_cancel_textbox();
|
||||
|
||||
Reference in New Issue
Block a user