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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Mon Oct 29 22:06:59 CET 2007


Revision: 29314
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29314&view=rev
Author:   drmccoy
Date:     2007-10-29 14:06:58 -0700 (Mon, 29 Oct 2007)

Log Message:
-----------
Commenting out the unused variables x and y to mute GCC :P

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

Modified: scummvm/trunk/engines/cruise/cruise_main.cpp
===================================================================
--- scummvm/trunk/engines/cruise/cruise_main.cpp	2007-10-29 21:04:41 UTC (rev 29313)
+++ scummvm/trunk/engines/cruise/cruise_main.cpp	2007-10-29 21:06:58 UTC (rev 29314)
@@ -993,8 +993,8 @@
 
 		if((obj2Ovl == nOvl) && (pHeader->obj2Number != -1) && (pHeader->obj2Number == nObj))
 		{
-			int x = 60;
-			int y = 60;
+//			int x = 60;
+//			int y = 60;
 
 			objectParamsQuery params;
 			memset(&params, 0, sizeof(objectParamsQuery)); // to remove warning


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