[Scummvm-cvs-logs] SF.net SVN: scummvm: [25673] scummvm/trunk/engines/parallaction/defs.h

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Feb 18 10:29:55 CET 2007


Revision: 25673
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25673&view=rev
Author:   peres001
Date:     2007-02-18 01:29:54 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
fixes last broken commit

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/defs.h

Modified: scummvm/trunk/engines/parallaction/defs.h
===================================================================
--- scummvm/trunk/engines/parallaction/defs.h	2007-02-18 09:26:20 UTC (rev 25672)
+++ scummvm/trunk/engines/parallaction/defs.h	2007-02-18 09:29:54 UTC (rev 25673)
@@ -105,7 +105,9 @@
 	kDebugWalk = 1 << 1,
 	kDebugLocation = 1 << 2,
 	kDebugDialogue = 1 << 3,
-	kDebugGraphics = 1 << 4
+	kDebugGraphics = 1 << 4,
+	kDebugJobs = 1 << 5,
+	kDebugInput = 1 << 6
 };
 
 } // namespace Parallaction


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