[Scummvm-git-logs] scummvm master -> 19d3e3d103fc1e171e181596c8c195d6b42bcdd1

sev- sev at scummvm.org
Mon Nov 27 22:26:50 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
19d3e3d103 FULLPIPE: Properly cleanup menu after quitting


Commit: 19d3e3d103fc1e171e181596c8c195d6b42bcdd1
    https://github.com/scummvm/scummvm/commit/19d3e3d103fc1e171e181596c8c195d6b42bcdd1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-11-27T22:24:33+01:00

Commit Message:
FULLPIPE: Properly cleanup menu after quitting

Changed paths:
    engines/fullpipe/modal.cpp


diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index 6543a88..316369c 100644
--- a/engines/fullpipe/modal.cpp
+++ b/engines/fullpipe/modal.cpp
@@ -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;
 





More information about the Scummvm-git-logs mailing list