[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.443,1.444

Travis Howell kirben at users.sourceforge.net
Sun Aug 22 02:15:04 CEST 2004


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

Modified Files:
	scumm.h 
Log Message:

Switch smush debug to channel


Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -d -r1.443 -r1.444
--- scumm.h	22 Aug 2004 07:22:03 -0000	1.443
+++ scumm.h	22 Aug 2004 09:14:18 -0000	1.444
@@ -153,7 +153,8 @@
 	DEBUG_IMUSE	=	1 << 6,		// Track iMUSE events
 	DEBUG_SOUND	=	1 << 7,		// General Sound Debug
 	DEBUG_ACTORS	=	1 << 8,		// General Actor Debug
-	DEBUG_INSANE	=	1 << 9		// Track INSANE
+	DEBUG_INSANE	=	1 << 9,		// Track INSANE
+	DEBUG_SMUSH	=	1 << 10		// Track SMUSH
 };
 
 
@@ -166,7 +167,8 @@
 	{"VARS", "Track variable changes", DEBUG_VARS},
 	{"ACTORS", "Actor-related debug", DEBUG_ACTORS},
 	{"SOUND", "Sound related debug", DEBUG_SOUND},
-	{"INSANE", "Track INSANE", DEBUG_INSANE}
+	{"INSANE", "Track INSANE", DEBUG_INSANE},
+	{"SMUSH", "Track SMUSH", DEBUG_SMUSH}
 };
 
 struct MemBlkHeader {





More information about the Scummvm-git-logs mailing list