aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.h
diff options
context:
space:
mode:
authorurukgit2013-11-23 07:50:24 +0100
committerurukgit2013-11-23 07:50:29 +0100
commit13449472f2b2930cb09bcb685bf1d9a49c0d8ed1 (patch)
tree3512c9c6b0dde6a8b7c1084340a119ec89097e84 /engines/avalanche/parser.h
parentd58775f792c40c99d06c8041c0c52a6494a21eb9 (diff)
downloadscummvm-rg350-13449472f2b2930cb09bcb685bf1d9a49c0d8ed1.tar.gz
scummvm-rg350-13449472f2b2930cb09bcb685bf1d9a49c0d8ed1.tar.bz2
scummvm-rg350-13449472f2b2930cb09bcb685bf1d9a49c0d8ed1.zip
AVALANCHE: Implement Nim::playNim().
Repair naming of variables in Nim and add some helper functions.
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r--engines/avalanche/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h
index fe46170e65..20066329e5 100644
--- a/engines/avalanche/parser.h
+++ b/engines/avalanche/parser.h
@@ -108,7 +108,6 @@ private:
byte _thing2;
byte _sworeNum; // number of times you've sworn
byte _alcoholLevel; // Your blood alcohol level.
- byte _playedNim; // How many times you've played Nim.
bool _boughtOnion; // Have you bought an onion yet?
byte wordNum(Common::String word);