From 13449472f2b2930cb09bcb685bf1d9a49c0d8ed1 Mon Sep 17 00:00:00 2001 From: urukgit Date: Sat, 23 Nov 2013 07:50:24 +0100 Subject: AVALANCHE: Implement Nim::playNim(). Repair naming of variables in Nim and add some helper functions. --- engines/avalanche/parser.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/avalanche/parser.h') 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); -- cgit v1.2.3