[Scummvm-cvs-logs] SF.net SVN: scummvm:[36137] scummvm/trunk/engines/agos/agos.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 30 05:07:41 CET 2009


Revision: 36137
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36137&view=rev
Author:   fingolfin
Date:     2009-01-30 04:07:41 +0000 (Fri, 30 Jan 2009)

Log Message:
-----------
AGOS: Added TODO about the possibility of using special debug levels

Modified Paths:
--------------
    scummvm/trunk/engines/agos/agos.cpp

Modified: scummvm/trunk/engines/agos/agos.cpp
===================================================================
--- scummvm/trunk/engines/agos/agos.cpp	2009-01-30 04:04:10 UTC (rev 36136)
+++ scummvm/trunk/engines/agos/agos.cpp	2009-01-30 04:07:41 UTC (rev 36137)
@@ -658,6 +658,9 @@
 		_subtitles = true;
 	}
 
+	// TODO: Use special debug levels instead of the following hack.
+	// Also, the current variable names (_continousMainScript, ...)
+	// are not very suggestive.
 	_debugMode = (gDebugLevel >= 0);
 	if (gDebugLevel == 2)
 		_continousMainScript = true;


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