aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/input.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-07-24 09:24:32 +0000
committerNicola Mettifogo2008-07-24 09:24:32 +0000
commit4936e5f7df8e2257b1af4ee3ab2fdcd8cb88e91b (patch)
tree80b4cb2cc25b29421920f062c39de6752ae63646 /engines/parallaction/input.h
parent69dac1d4f22f9a63a5a9030d4405ba071e5e8b89 (diff)
downloadscummvm-rg350-4936e5f7df8e2257b1af4ee3ab2fdcd8cb88e91b.tar.gz
scummvm-rg350-4936e5f7df8e2257b1af4ee3ab2fdcd8cb88e91b.tar.bz2
scummvm-rg350-4936e5f7df8e2257b1af4ee3ab2fdcd8cb88e91b.zip
* Moved end intro and end game sequences code to gui.
* Rewrote all gui code to be run inside the main loop * Added code to avoid crashes when a scene with no standard background is drawn svn-id: r33260
Diffstat (limited to 'engines/parallaction/input.h')
-rw-r--r--engines/parallaction/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h
index 68acce6554..89a98541bb 100644
--- a/engines/parallaction/input.h
+++ b/engines/parallaction/input.h
@@ -85,7 +85,8 @@ public:
kInputModeGame = 0,
kInputModeComment = 1,
kInputModeDialogue = 2,
- kInputModeInventory = 3
+ kInputModeInventory = 3,
+ kInputModeMenu = 4
};