aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNicola Mettifogo2007-02-18 09:29:54 +0000
committerNicola Mettifogo2007-02-18 09:29:54 +0000
commitb096586a22c39dc5ee0767d292d3fa0cf70f0fd5 (patch)
treef8525358b312394e06f3ef1a1c030f9124a9ae3d /engines
parent03099ec1cad0b2780b7ca7368d331ab3a5ab4252 (diff)
downloadscummvm-rg350-b096586a22c39dc5ee0767d292d3fa0cf70f0fd5.tar.gz
scummvm-rg350-b096586a22c39dc5ee0767d292d3fa0cf70f0fd5.tar.bz2
scummvm-rg350-b096586a22c39dc5ee0767d292d3fa0cf70f0fd5.zip
fixes last broken commit
svn-id: r25673
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/parallaction/defs.h b/engines/parallaction/defs.h
index 349f9c9761..e2899605ee 100644
--- a/engines/parallaction/defs.h
+++ b/engines/parallaction/defs.h
@@ -105,7 +105,9 @@ enum {
kDebugWalk = 1 << 1,
kDebugLocation = 1 << 2,
kDebugDialogue = 1 << 3,
- kDebugGraphics = 1 << 4
+ kDebugGraphics = 1 << 4,
+ kDebugJobs = 1 << 5,
+ kDebugInput = 1 << 6
};
} // namespace Parallaction