[Scummvm-cvs-logs] SF.net SVN: scummvm:[53111] scummvm/trunk/engines/hugo/engine.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Oct 10 12:00:55 CEST 2010


Revision: 53111
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53111&view=rev
Author:   strangerke
Date:     2010-10-10 10:00:55 +0000 (Sun, 10 Oct 2010)

Log Message:
-----------
HUGO: Now force initial save

This should fix the corrupted initial savegame problem

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/engine.cpp

Modified: scummvm/trunk/engines/hugo/engine.cpp
===================================================================
--- scummvm/trunk/engines/hugo/engine.cpp	2010-10-10 09:59:40 UTC (rev 53110)
+++ scummvm/trunk/engines/hugo/engine.cpp	2010-10-10 10:00:55 UTC (rev 53111)
@@ -74,7 +74,7 @@
 // Initialize the dynamic game status
 void HugoEngine::initStatus() {
 	debugC(1, kDebugEngine, "initStatus");
-	_status.initSaveFl    = false;                  // Don't force initial save
+	_status.initSaveFl    = true;                   // Force initial save
 	_status.storyModeFl   = false;                  // Not in story mode
 	_status.gameOverFl    = false;                  // Hero not knobbled yet
 	_status.recordFl      = false;                  // Not record mode


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