mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
define STR_NONE as a rct_string_id
This commit is contained in:
@@ -2443,7 +2443,7 @@ void window_start_textbox(rct_window *call_w, int call_widget, rct_string_id exi
|
||||
|
||||
// Enter in the the text input buffer any existing
|
||||
// text.
|
||||
if (existing_text != (rct_string_id)STR_NONE)
|
||||
if (existing_text != STR_NONE)
|
||||
format_string(gTextBoxInput, existing_text, &existing_args);
|
||||
|
||||
// In order to prevent strings that exceed the maxLength
|
||||
|
||||
Reference in New Issue
Block a user