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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Tue Oct 30 01:09:16 CET 2007


Revision: 29321
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29321&view=rev
Author:   Kirben
Date:     2007-10-29 17:09:16 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
Fix compile warning.

Modified Paths:
--------------
    scummvm/trunk/engines/igor/igor.h

Modified: scummvm/trunk/engines/igor/igor.h
===================================================================
--- scummvm/trunk/engines/igor/igor.h	2007-10-29 23:58:14 UTC (rev 29320)
+++ scummvm/trunk/engines/igor/igor.h	2007-10-30 00:09:16 UTC (rev 29321)
@@ -218,7 +218,7 @@
 struct GameStateData {
 	uint8 enableLight;
 	int8 colorLum;
-	int16 counter[5];
+	int32 counter[5];
 	bool igorMoving;
 	bool dialogueTextRunning;
 	bool updateLight;


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