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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 28 00:12:46 CEST 2007


Revision: 26630
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26630&view=rev
Author:   fingolfin
Date:     2007-04-27 15:12:46 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Fixing more warnings

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

Modified: scummvm/trunk/engines/cruise/function.cpp
===================================================================
--- scummvm/trunk/engines/cruise/function.cpp	2007-04-27 21:25:03 UTC (rev 26629)
+++ scummvm/trunk/engines/cruise/function.cpp	2007-04-27 22:12:46 UTC (rev 26630)
@@ -1449,7 +1449,7 @@
   return temp;
 }
 
-void configureAllObjects(int overlayIdx, cellStruct* pObject, int _var4, int var0, int var1, int _var2, int _var3)
+void configureAllObjects(int overlayIdx, cellStruct* pObject, int _var4, int _var0, int _var1, int _var2, int _var3)
 {
   while(pObject)
   {
@@ -1461,9 +1461,9 @@
         {
           if((pObject->backgroundPlane == _var2) || (_var2 == -1))
           {
-            if((pObject->freeze == var1) || (var1 == -1))
+            if((pObject->freeze == _var1) || (_var1 == -1))
             {
-              pObject->freeze = var0;
+              pObject->freeze = _var0;
             }
           }
         }


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