1
0
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:
wolfreak99
2017-09-12 02:09:54 -04:00
committed by Michael Steenbeek
parent e8d1cdbd99
commit e1f40352b6
4 changed files with 9 additions and 1 deletions

View File

@@ -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();