aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/parser.h
diff options
context:
space:
mode:
authorArnaud Boutonné2011-02-03 18:25:38 +0000
committerArnaud Boutonné2011-02-03 18:25:38 +0000
commit935b3187982afb8a8c1aebded8b5ddc607e27f0f (patch)
tree96e092ef06cb439f25db0b91ab43be653c8756a6 /engines/hugo/parser.h
parent38444a3712543f60f5daf8106ef3b2d66c6f9ab9 (diff)
downloadscummvm-rg350-935b3187982afb8a8c1aebded8b5ddc607e27f0f.tar.gz
scummvm-rg350-935b3187982afb8a8c1aebded8b5ddc607e27f0f.tar.bz2
scummvm-rg350-935b3187982afb8a8c1aebded8b5ddc607e27f0f.zip
HUGO: Suppress static variables (except one)
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758
Diffstat (limited to 'engines/hugo/parser.h')
-rw-r--r--engines/hugo/parser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hugo/parser.h b/engines/hugo/parser.h
index 3e4eedbdf3..2749343df9 100644
--- a/engines/hugo/parser.h
+++ b/engines/hugo/parser.h
@@ -60,6 +60,11 @@ public:
protected:
HugoEngine *_vm;
+ int16 _cmdLineIndex; // Index into line
+ uint32 _cmdLineTick; // For flashing cursor
+ char _cmdLineCursor;
+ command_t _cmdLine; // Build command line
+
char *findNoun() const;
char *findVerb() const;
void showDosInventory() const;