mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Reflect actual string in string identifier (#14958)
This commit is contained in:
@@ -241,7 +241,7 @@ static void window_track_list_select(rct_window* w, int32_t listIndex)
|
||||
// Displays a message if the ride can't load, fix #4080
|
||||
if (_loadedTrackDesign == nullptr)
|
||||
{
|
||||
context_show_error(STR_CANT_BUILD_PARK_ENTRANCE_HERE, STR_TRACK_LOAD_FAILED_ERROR, {});
|
||||
context_show_error(STR_CANT_BUILD_THIS_HERE, STR_TRACK_LOAD_FAILED_ERROR, {});
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user