mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Fix various currently loaded map marker issues
* create gCurrentLoadedPath for Load/Save dialog * Clear gCurrentLoadedPath upon quitting game/loading titlescreen * Mark loaded landscapes in load dialog
This commit is contained in:
committed by
Michael Steenbeek
parent
e8d1cdbd99
commit
e1f40352b6
@@ -87,6 +87,7 @@ void TitleScreen::Load()
|
||||
|
||||
gScreenFlags = SCREEN_FLAGS_TITLE_DEMO;
|
||||
gScreenAge = 0;
|
||||
gCurrentLoadedPath[0] = '\0';
|
||||
|
||||
network_close();
|
||||
audio_stop_all_music_and_sounds();
|
||||
|
||||
Reference in New Issue
Block a user