Skip to content

Commit

Permalink
FULLPIPE: Properly cleanup menu after quitting
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 27, 2017
1 parent a5ab1cd commit 19d3e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/fullpipe/modal.cpp
Expand Up @@ -1431,6 +1431,7 @@ bool ModalMainMenu::init(int counterdiff) {
case PIC_MNU_CONTINUE_L:
if (!_mfield_34) {
g_fp->_gameLoader->unloadScene(SC_MAINMENU);
_areas.clear();
_scene = nullptr;
g_fp->_sceneRect = _screct;

Expand Down

0 comments on commit 19d3e3d

Please sign in to comment.