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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Mon Jun 22 12:14:50 CEST 2009


Revision: 41755
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41755&view=rev
Author:   drmccoy
Date:     2009-06-22 10:14:49 +0000 (Mon, 22 Jun 2009)

Log Message:
-----------
Removing debug output

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

Modified: scummvm/trunk/engines/gob/game.cpp
===================================================================
--- scummvm/trunk/engines/gob/game.cpp	2009-06-22 10:14:18 UTC (rev 41754)
+++ scummvm/trunk/engines/gob/game.cpp	2009-06-22 10:14:49 UTC (rev 41755)
@@ -481,8 +481,6 @@
 
 // flagbits: 0 = freeInterVariables, 1 = skipPlay
 void Game::totSub(int8 flags, const char *newTotFile) {
-	warning("totSub");
-
 	int8 curBackupPos;
 
 	if (_backupedCount >= 5)
@@ -553,8 +551,6 @@
 }
 
 void Game::switchTotSub(int16 index, int16 skipPlay) {
-	warning("switchTotSub");
-
 	int16 backupedCount;
 	int16 curBackupPos;
 


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