[Scummvm-cvs-logs] scummvm master -> de752a53361e67ddc3a84e61007db2a3049e3550

Strangerke Strangerke at scummvm.org
Sun Aug 5 00:00:40 CEST 2012


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:
de752a5336 CGE: Fix bug #3547274 - missing travel buttons after save


Commit: de752a53361e67ddc3a84e61007db2a3049e3550
    https://github.com/scummvm/scummvm/commit/de752a53361e67ddc3a84e61007db2a3049e3550
Author: Strangerke (strangerke at scummvm.org)
Date: 2012-08-04T14:51:27-07:00

Commit Message:
CGE: Fix bug #3547274 - missing travel buttons after save

Changed paths:
    engines/cge/cge_main.cpp



diff --git a/engines/cge/cge_main.cpp b/engines/cge/cge_main.cpp
index a70e32d..355e163 100644
--- a/engines/cge/cge_main.cpp
+++ b/engines/cge/cge_main.cpp
@@ -307,6 +307,7 @@ Common::Error CGEEngine::saveGameState(int slot, const Common::String &desc) {
 
 	// Write out the user's progress
 	saveGame(slot, desc);
+	_commandHandler->addCommand(kCmdLevel, -1, _oldLev, &_sceneLight);
 
 	// Reload the scene
 	sceneUp();






More information about the Scummvm-git-logs mailing list