aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/screen.h')
-rw-r--r--engines/mads/screen.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/mads/screen.h b/engines/mads/screen.h
index 31fdd2a470..3595907b73 100644
--- a/engines/mads/screen.h
+++ b/engines/mads/screen.h
@@ -55,6 +55,12 @@ enum ScreenTransition {
kVertTransition7, kCenterVertTransition
};
+enum InputMode {
+ kInputBuildingSentences = 0, // Normal sentence building
+ kInputConversation = 1, // Conversation mode
+ kInputLimitedSentences = 2 // Use only scene hotspots
+};
+
class SpriteSlot;
class TextDisplay;
class UISlot;
@@ -148,7 +154,7 @@ private:
*/
void checkScroller();
public:
- int _v832EC;
+ InputMode _inputMode;
int _v7FED6;
int _v8332A;
int _v8333C;