aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/locations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index 2257395b3e..81f2fe13b1 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -47,7 +47,7 @@ protected:
Common::Array<SpriteResource> _townSprites;
SpriteResource _icons1, _icons2;
int _townMaxId;
- const bool &_ccNum;
+ const int &_ccNum;
int _animFrame;
Common::String _vocName, _songName;
Common::Point _animPos;