aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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