aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-17 21:01:08 -0400
committerPaul Gilbert2018-03-17 21:01:08 -0400
commit7f76795af693490e2b2faf1679dade7491e6d358 (patch)
tree73f495eb5d108ad3b844ee51eeebdddb4f2338cb /engines/xeen/locations.h
parent22456b345f4b39558cfc07ccd2e06ab6cfb98850 (diff)
downloadscummvm-rg350-7f76795af693490e2b2faf1679dade7491e6d358.tar.gz
scummvm-rg350-7f76795af693490e2b2faf1679dade7491e6d358.tar.bz2
scummvm-rg350-7f76795af693490e2b2faf1679dade7491e6d358.zip
XEEN: Fix using pyramid to travel to the Dark Side
Diffstat (limited to 'engines/xeen/locations.h')
-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;