From b096586a22c39dc5ee0767d292d3fa0cf70f0fd5 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 18 Feb 2007 09:29:54 +0000 Subject: fixes last broken commit svn-id: r25673 --- engines/parallaction/defs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3