[Scummvm-cvs-logs] SF.net SVN: scummvm:[35265] scummvm/trunk/engines/saga/scene.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Dec 7 01:13:55 CET 2008


Revision: 35265
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35265&view=rev
Author:   thebluegr
Date:     2008-12-07 00:13:55 +0000 (Sun, 07 Dec 2008)

Log Message:
-----------
Disabled more debug code

Modified Paths:
--------------
    scummvm/trunk/engines/saga/scene.cpp

Modified: scummvm/trunk/engines/saga/scene.cpp
===================================================================
--- scummvm/trunk/engines/saga/scene.cpp	2008-12-06 18:23:34 UTC (rev 35264)
+++ scummvm/trunk/engines/saga/scene.cpp	2008-12-07 00:13:55 UTC (rev 35265)
@@ -168,6 +168,8 @@
 
 	free(sceneLUTPointer);
 
+#ifdef SAGA_DEBUG
+
 #define DUMP_SCENES_LEVEL 10
 
 	if (DUMP_SCENES_LEVEL <= gDebugLevel) {
@@ -197,8 +199,8 @@
 			free(_resourceList);
 		}
 	}
+#endif
 
-
 	debug(3, "LUT has %d entries.", _sceneCount);
 
 	_sceneLoaded = false;
@@ -1266,7 +1268,6 @@
 	_objectMap->cmdInfo();
 }
 
-
 void Scene::loadSceneEntryList(const byte* resourcePointer, size_t resourceLength) {
 	int i;
 


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