diff options
Diffstat (limited to 'engines/xeen/town.h')
-rw-r--r-- | engines/xeen/town.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/xeen/town.h b/engines/xeen/town.h index 88031cab8e..e28d03cf5c 100644 --- a/engines/xeen/town.h +++ b/engines/xeen/town.h @@ -60,6 +60,7 @@ private: int _currentCharLevel; bool _flag1; uint _nextExperienceLevel; + int _drawCtr1, _drawCtr2; void loadStrings(const Common::String &name); @@ -106,6 +107,8 @@ public: Town(XeenEngine *vm); int townAction(int actionId); + + void drawTownAnim(bool flag); }; } // End of namespace Xeen |