diff options
Diffstat (limited to 'engines/xeen/town.h')
-rw-r--r-- | engines/xeen/town.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/town.h b/engines/xeen/town.h index e28d03cf5c..af3f4c3a56 100644 --- a/engines/xeen/town.h +++ b/engines/xeen/town.h @@ -41,7 +41,6 @@ private: Common::Array<SpriteResource> _townSprites; int _townMaxId; int _townActionId; - int _townCurrent; int _v1, _v2; int _donation; int _healCost; @@ -60,6 +59,7 @@ private: int _currentCharLevel; bool _flag1; uint _nextExperienceLevel; + int _drawFrameIndex; int _drawCtr1, _drawCtr2; void loadStrings(const Common::String &name); |