aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-27 21:45:17 -0400
committerPaul Gilbert2018-03-27 21:45:17 -0400
commit5b5abd47434c3d0680f7ca7df7eb6f7291dc4599 (patch)
tree89a582038782258b4a75c9f20e684b2f29e52f83 /engines/xeen/map.h
parent0fe261048f0710061cfca019d10b27751d804506 (diff)
downloadscummvm-rg350-5b5abd47434c3d0680f7ca7df7eb6f7291dc4599.tar.gz
scummvm-rg350-5b5abd47434c3d0680f7ca7df7eb6f7291dc4599.tar.bz2
scummvm-rg350-5b5abd47434c3d0680f7ca7df7eb6f7291dc4599.zip
XEEN: Change Map _loadDarkSide bool to int _loadCcNum
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index a0bc77a7ec..fc591fc208 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -454,7 +454,7 @@ public:
int _currentTile;
int _currentSurfaceId;
bool _currentSteppedOn;
- bool _loadDarkSide;
+ int _loadCcNum;
int _sideTownPortal;
public:
Map(XeenEngine *vm);