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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.h b/engines/xeen/worldofxeen/clouds_cutscenes.h
index 5bc9595239..25c7428686 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.h
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.h
@@ -33,7 +33,7 @@ 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];
+ static const uint _INTRO_FRAMES_WAIT[8][32];
public:
CloudsCutscenes(XeenEngine *vm) : Cutscenes(vm) {}