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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Apr 28 06:22:24 CEST 2007


Revision: 26638
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26638&view=rev
Author:   eriktorbjorn
Date:     2007-04-27 21:22:23 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Fixed warning.

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

Modified: scummvm/trunk/engines/cruise/function.cpp
===================================================================
--- scummvm/trunk/engines/cruise/function.cpp	2007-04-28 00:26:57 UTC (rev 26637)
+++ scummvm/trunk/engines/cruise/function.cpp	2007-04-28 04:22:23 UTC (rev 26638)
@@ -36,10 +36,10 @@
 typedef struct actorTableStruct actorTableStruct;
 
 actorTableStruct actorTable1[] = {
-	{ 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
-	{ 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
-	{ 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
-	{-38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
+	{ { 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+	{ { 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+	{ { 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } },
+	{ {-38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }
 };
 
 int16 Op_LoadOverlay(void) {


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