aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen_game.h')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen_game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen_game.h b/engines/xeen/worldofxeen/worldofxeen_game.h
index f81f566d88..97a8754470 100644
--- a/engines/xeen/worldofxeen/worldofxeen_game.h
+++ b/engines/xeen/worldofxeen/worldofxeen_game.h
@@ -36,6 +36,8 @@ class WorldOfXeenEngine: public XeenEngine {
protected:
virtual void showIntro();
public:
+ bool _seenDarkSideIntro;
+public:
WorldOfXeenEngine(OSystem *syst, const XeenGameDescription *gameDesc);
virtual ~WorldOfXeenEngine() {}
};