[Scummvm-cvs-logs] SF.net SVN: scummvm:[42088] scummvm/trunk/engines/sci/sci.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jul 4 13:33:51 CEST 2009


Revision: 42088
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42088&view=rev
Author:   thebluegr
Date:     2009-07-04 11:33:51 +0000 (Sat, 04 Jul 2009)

Log Message:
-----------
Removed silly FIXME (mixup between debug and engine debug levels)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.h

Modified: scummvm/trunk/engines/sci/sci.h
===================================================================
--- scummvm/trunk/engines/sci/sci.h	2009-07-04 11:24:09 UTC (rev 42087)
+++ scummvm/trunk/engines/sci/sci.h	2009-07-04 11:33:51 UTC (rev 42088)
@@ -49,16 +49,15 @@
 	kDebugLevelGfxDriver  = 1 << 8,
 	kDebugLevelBaseSetter = 1 << 9,
 	kDebugLevelParser     = 1 << 10,
-	// FIXME: seems that debug level 11 is special (check debugC in common/debug.cpp)
-	kDebugLevelMenu       = 1 << 12,
-	kDebugLevelSaid       = 1 << 13,
-	kDebugLevelFile       = 1 << 14,
-	kDebugLevelTime       = 1 << 15,
-	kDebugLevelRoom       = 1 << 16,
-	kDebugLevelAvoidPath  = 1 << 17,
-	kDebugLevelDclInflate = 1 << 18,
-	kDebugLevelVM         = 1 << 19,
-	kDebugLevelScripts    = 1 << 20
+	kDebugLevelMenu       = 1 << 11,
+	kDebugLevelSaid       = 1 << 12,
+	kDebugLevelFile       = 1 << 13,
+	kDebugLevelTime       = 1 << 14,
+	kDebugLevelRoom       = 1 << 15,
+	kDebugLevelAvoidPath  = 1 << 16,
+	kDebugLevelDclInflate = 1 << 17,
+	kDebugLevelVM         = 1 << 18,
+	kDebugLevelScripts    = 1 << 19
 };
 
 struct SciGameDescription {


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