[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.369,1.370

Eugene Sandulenko sev at users.sourceforge.net
Tue Feb 17 21:31:02 CET 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18288

Modified Files:
	scumm.h 
Log Message:
INSANE debug output now can be turned ot in debug console


Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -d -r1.369 -r1.370
--- scumm.h	5 Feb 2004 22:39:13 -0000	1.369
+++ scumm.h	18 Feb 2004 05:20:47 -0000	1.370
@@ -128,7 +128,8 @@
 	DEBUG_RESOURCE	=	1 << 5,		// Track resource loading / allocation
 	DEBUG_IMUSE	=	1 << 6,		// Track iMUSE events
 	DEBUG_SOUND	=	1 << 7,		// General Sound Debug
-	DEBUG_ACTORS	=	1 << 8		// General Actor Debug
+	DEBUG_ACTORS	=	1 << 8,		// General Actor Debug
+	DEBUG_INSANE	=	1 << 9		// Track INSANE
 };
 
 
@@ -139,7 +140,8 @@
 	{"IMUSE", "Track iMUSE events", DEBUG_IMUSE},
 	{"RESOURCE", "Track resource loading/management", DEBUG_RESOURCE},
 	{"VARS", "Track variable changes", DEBUG_VARS},
-	{"ACTORS", "Actor-related debug", DEBUG_ACTORS}
+	{"ACTORS", "Actor-related debug", DEBUG_ACTORS},
+	{"INSANE", "Track INSANE", DEBUG_INSANE}
 };
 
 struct MemBlkHeader {





More information about the Scummvm-git-logs mailing list