[Scummvm-cvs-logs] SF.net SVN: scummvm: [31935] scummvm/trunk/engines/kyra/gui_mr.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu May 8 00:48:44 CEST 2008
Revision: 31935
http://scummvm.svn.sourceforge.net/scummvm/?rev=31935&view=rev
Author: lordhoto
Date: 2008-05-07 15:48:44 -0700 (Wed, 07 May 2008)
Log Message:
-----------
Fixed bug when starting new game from load menu.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/gui_mr.cpp
Modified: scummvm/trunk/engines/kyra/gui_mr.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_mr.cpp 2008-05-07 21:12:26 UTC (rev 31934)
+++ scummvm/trunk/engines/kyra/gui_mr.cpp 2008-05-07 22:48:44 UTC (rev 31935)
@@ -938,6 +938,7 @@
} else if (_vm->_gameToLoad >= 0) {
restorePage1(_vm->_screenBuffer);
restorePalette();
+ _vm->_menuDirectlyToLoad = false;
_vm->loadGame(_vm->getSavegameFilename(_vm->_gameToLoad));
if (_vm->_gameToLoad == 0) {
_restartGame = true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list