diff options
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen_cutscenes.h')
-rw-r--r-- | engines/xeen/worldofxeen/worldofxeen_cutscenes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen_cutscenes.h b/engines/xeen/worldofxeen/worldofxeen_cutscenes.h index bd78593e8c..6fee060c3d 100644 --- a/engines/xeen/worldofxeen/worldofxeen_cutscenes.h +++ b/engines/xeen/worldofxeen/worldofxeen_cutscenes.h @@ -70,14 +70,14 @@ private: * Part 4 of World of Xeen ending */ void worldEnding4(); -protected: +public: + WorldOfXeenCutscenes(XeenEngine *vm) : _vm(vm), CloudsCutscenes(vm), + DarkSideCutscenes(vm), _goober(NON_GOOBER), _finalScore(0) {} + /** * Shows the World of Xeen ending sequence */ void showWorldOfXeenEnding(GooberState state, uint score); -public: - WorldOfXeenCutscenes(XeenEngine *vm) : _vm(vm), CloudsCutscenes(vm), - DarkSideCutscenes(vm), _goober(NON_GOOBER), _finalScore(0) {} }; } // End of namespace WorldOfXeen |