[Scummvm-cvs-logs] SF.net SVN: scummvm:[42196] scummvm/trunk/engines/cruise/cruise_main.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Tue Jul 7 03:14:56 CEST 2009


Revision: 42196
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42196&view=rev
Author:   dreammaster
Date:     2009-07-07 01:14:55 +0000 (Tue, 07 Jul 2009)

Log Message:
-----------
Bugfix so the game speed will correctly change after showing the credits when the game is restarted

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/cruise_main.cpp

Modified: scummvm/trunk/engines/cruise/cruise_main.cpp
===================================================================
--- scummvm/trunk/engines/cruise/cruise_main.cpp	2009-07-06 23:42:10 UTC (rev 42195)
+++ scummvm/trunk/engines/cruise/cruise_main.cpp	2009-07-07 01:14:55 UTC (rev 42196)
@@ -512,6 +512,7 @@
 	strcpy(lastOverlay, "AUTO00");
 
 	_gameSpeed = GAME_FRAME_DELAY_1;
+	_speedFlag = false;
 
 	return;
 }


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