aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-04 22:21:51 -0500
committerPaul Gilbert2018-03-04 22:40:43 -0500
commit546059408f7ff96997a35c9ae77d1122868d5b1d (patch)
tree1b5ffdc6dedc57188c5d8d32a76b666910e0d694 /engines/xeen/xeen.h
parent59fc48501cf395da1bf6cf1887e7f1f81160e64a (diff)
downloadscummvm-rg350-546059408f7ff96997a35c9ae77d1122868d5b1d.tar.gz
scummvm-rg350-546059408f7ff96997a35c9ae77d1122868d5b1d.tar.bz2
scummvm-rg350-546059408f7ff96997a35c9ae77d1122868d5b1d.zip
XEEN: Added Other Options dialog for Dark Side and World
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index 62b3a7e426..d26ffdebab 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -183,8 +183,8 @@ public:
bool _noDirectionSense;
bool _startupWindowActive;
uint _endingScore;
- bool _gameWon[2];
- uint _finalScore[2];
+ bool _gameWon[3];
+ uint _finalScore;
public:
XeenEngine(OSystem *syst, const XeenGameDescription *gameDesc);
virtual ~XeenEngine();