[Scummvm-cvs-logs] CVS: scummvm/sword1 sword1.cpp,1.39,1.39.2.1

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Tue Mar 2 23:59:03 CET 2004


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16733

Modified Files:
      Tag: branch-0-6-0
	sword1.cpp 
Log Message:
Set the wantFade variable in initialize() as well. Otherwise it'll be false
if you use the start-up dialog to restore an old savegame.


Index: sword1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/sword1.cpp,v
retrieving revision 1.39
retrieving revision 1.39.2.1
diff -u -d -r1.39 -r1.39.2.1
--- sword1.cpp	5 Feb 2004 00:19:57 -0000	1.39
+++ sword1.cpp	3 Mar 2004 07:38:20 -0000	1.39.2.1
@@ -127,6 +127,7 @@
 		_systemVars.gamePaused = 0;
 	_systemVars.deathScreenFlag = 3;
 	_systemVars.forceRestart = false;
+	_systemVars.wantFade = true;
 
 	switch (Common::parseLanguage(ConfMan.get("language"))) {
 	case Common::DE_DEU:





More information about the Scummvm-git-logs mailing list