From 383cc850b99cc7b2ed30e9fde9bbf77a128f0e6d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 18 Sep 2016 17:31:12 -0400 Subject: XEEN: Beginnings of Darkside endgame, subtitle code --- engines/xeen/worldofxeen/clouds_cutscenes.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.h') diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h index 2c2ed602ea..ff935a75fe 100644 --- a/engines/xeen/worldofxeen/clouds_cutscenes.h +++ b/engines/xeen/worldofxeen/clouds_cutscenes.h @@ -23,17 +23,14 @@ #ifndef XEEN_WORLDOFXEEN_CLOUDS_CUTSCENES_H #define XEEN_WORLDOFXEEN_CLOUDS_CUTSCENES_H +#include "xeen/worldofxeen/cutscenes.h" #include "xeen/xeen.h" namespace Xeen { -class XeenEngine; - -class CloudsCutscenes { -private: - XeenEngine *_vm; +class CloudsCutscenes : public Cutscenes { public: - CloudsCutscenes(XeenEngine *vm) : _vm(vm) {} + CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {} /** * Shows the Clouds of Xeen title screen -- cgit v1.2.3