aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authorStrangerke2013-10-01 21:58:01 +0200
committerStrangerke2013-10-01 21:58:01 +0200
commitce50d8698727bb22b33a86f0d804071247c53fe3 (patch)
tree4072dfcb4bf4ed461ccbef6eca021f875231ac86 /engines/avalanche/avalanche.h
parentf9a5eb4629472df1d1d8ba62f9c2e54f1c9a383a (diff)
downloadscummvm-rg350-ce50d8698727bb22b33a86f0d804071247c53fe3.tar.gz
scummvm-rg350-ce50d8698727bb22b33a86f0d804071247c53fe3.tar.bz2
scummvm-rg350-ce50d8698727bb22b33a86f0d804071247c53fe3.zip
AVALANCHE: Remove useless variable, move variables to dialogs
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 6f03132e58..f024f247fa 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -273,13 +273,10 @@ public:
MagicType _portals[7];
FieldType _fields[30];
byte _fieldNum;
- Common::String _flags;
Common::String _listen;
- byte _cp, _ledStatus, _defaultLed;
+ byte _cp, _ledStatus;
FontType _font;
bool _alive;
- byte _buffer[2000];
- uint16 _bufSize;
int16 _underScroll; // Y-coord of just under the scroll text.
Common::String _roomnName; // Name of actual room
Common::String _subject; // What you're talking to them about.
@@ -357,6 +354,7 @@ private:
bool _passedCwytalotInHerts; // Have you passed Cwytalot in Herts?
byte _roomCount[100]; // Add one to each every time you enter a room
Common::String _mouseText;
+ Common::String _flags;
int8 _scoreToDisplay[3];
Common::File file;