aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/clouds_cutscenes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_cutscenes.h')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index 1440458c10..5bc9595239 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -29,6 +29,11 @@
namespace Xeen {
class CloudsCutscenes : public Cutscenes {
+private:
+ static const char *const _INTRO_VOCS[14];
+ static const int _INTRO_FRAMES_LOOKUP[14];
+ static const int _INTRO_FRAMES_VALS[8][32];
+ static const int _INTRO_FRAMES_MAX[8][32];
public:
CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {}