aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eob.h
diff options
context:
space:
mode:
authorathrxx2019-12-05 22:47:07 +0100
committerathrxx2019-12-18 20:50:46 +0100
commitf01d432c2529e2a47dcbc2438356b00706b41b68 (patch)
tree39982b89db66605de53e6a6e78c2058cfb070ef5 /engines/kyra/engine/eob.h
parentfde59250370cb4c1550621a33bf2b5c449e2bcdb (diff)
downloadscummvm-rg350-f01d432c2529e2a47dcbc2438356b00706b41b68.tar.gz
scummvm-rg350-f01d432c2529e2a47dcbc2438356b00706b41b68.tar.bz2
scummvm-rg350-f01d432c2529e2a47dcbc2438356b00706b41b68.zip
KYRA: (EOB/PC98) - implement ending sequence
(The PC-98 version has its own unique ending sequence)
Diffstat (limited to 'engines/kyra/engine/eob.h')
-rw-r--r--engines/kyra/engine/eob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/engine/eob.h b/engines/kyra/engine/eob.h
index 174f9b9c7a..5b06e30f95 100644
--- a/engines/kyra/engine/eob.h
+++ b/engines/kyra/engine/eob.h
@@ -33,6 +33,7 @@ class EoBEngine : public EoBCoreEngine {
friend class GUI_EoB;
friend class EoBSeqPlayerCommon;
friend class EoBIntroPlayer;
+friend class EoBPC98FinalePlayer;
friend class EoBAmigaFinalePlayer;
public:
EoBEngine(OSystem *system, const GameFlags &flags);
@@ -86,6 +87,7 @@ private:
void seq_xdeath();
const char *const *_finBonusStrings;
+ bool _xdth;
// characters
void drawNpcScene(int npcIndex);