[Scummvm-cvs-logs] SF.net SVN: scummvm: [29964] scummvm/trunk/engines/gob/game_v1.cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Sun Dec 23 17:25:28 CET 2007


Revision: 29964
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29964&view=rev
Author:   buddha_
Date:     2007-12-23 08:25:28 -0800 (Sun, 23 Dec 2007)

Log Message:
-----------
Removes warning about shadowing a previous local declaration of filePtr introduced by r29962. Hopefully NDS Gobliiins still works after this!

Modified Paths:
--------------
    scummvm/trunk/engines/gob/game_v1.cpp

Modified: scummvm/trunk/engines/gob/game_v1.cpp
===================================================================
--- scummvm/trunk/engines/gob/game_v1.cpp	2007-12-23 16:02:58 UTC (rev 29963)
+++ scummvm/trunk/engines/gob/game_v1.cpp	2007-12-23 16:25:28 UTC (rev 29964)
@@ -52,7 +52,6 @@
 	int16 breakFrom;
 	int16 nestLevel;
 	int32 variablesCount;
-	byte *filePtr;
 
 	int16* oldNestLevel = _vm->_inter->_nestLevel;
 	int16* oldBreakFrom = _vm->_inter->_breakFromLevel;


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