[Scummvm-cvs-logs] SF.net SVN: scummvm:[38703] scummvm/trunk/engines/sci/include/engine.h

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Feb 21 17:04:17 CET 2009


Revision: 38703
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38703&view=rev
Author:   dhewg
Date:     2009-02-21 16:04:16 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
missed a file in r38701

Modified Paths:
--------------
    scummvm/trunk/engines/sci/include/engine.h

Modified: scummvm/trunk/engines/sci/include/engine.h
===================================================================
--- scummvm/trunk/engines/sci/include/engine.h	2009-02-21 15:58:50 UTC (rev 38702)
+++ scummvm/trunk/engines/sci/include/engine.h	2009-02-21 16:04:16 UTC (rev 38703)
@@ -180,8 +180,7 @@
 	int pics_nr;
 	drawn_pic_t *pics;
 
-	GTimeVal game_start_time; /* The time at which the interpreter was started */
-	GTimeVal last_wait_time; /* The last time the game invoked Wait() */
+	uint32 last_wait_time; /* The last time the game invoked Wait() */
 
 	byte version_lock_flag; /* Set to 1 to disable any autodetection mechanisms */
 	sci_version_t version; /* The approximated patchlevel of the version to emulate */


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