[Scummvm-cvs-logs] SF.net SVN: scummvm: [22177] scummvm/trunk/engines/simon/simon.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Apr 26 03:54:13 CEST 2006


Revision: 22177
Author:   kirben
Date:     2006-04-26 03:53:03 -0700 (Wed, 26 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22177&view=rev

Log Message:
-----------
Fix timer events time when saving game in FF

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.h
Modified: scummvm/trunk/engines/simon/simon.h
===================================================================
--- scummvm/trunk/engines/simon/simon.h	2006-04-26 10:34:34 UTC (rev 22176)
+++ scummvm/trunk/engines/simon/simon.h	2006-04-26 10:53:03 UTC (rev 22177)
@@ -313,7 +313,7 @@
 	uint _numTextBoxes;
 
 	uint _lastTime;
-	uint _clockStopped, _gameStoppedClock;
+	uint32 _clockStopped, _gameStoppedClock;
 	time_t _timeStore;
 
 	TimeEvent *_firstTimeStruct, *_pendingDeleteTimeEvent;


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