diff options
Diffstat (limited to 'engines/simon/animation.h')
-rw-r--r-- | engines/simon/animation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/simon/animation.h b/engines/simon/animation.h index 6f1ab308cd..5e7674b79f 100644 --- a/engines/simon/animation.h +++ b/engines/simon/animation.h @@ -58,6 +58,8 @@ class MoviePlayer { uint32 _frameTicks; uint32 _ticks; + static const char *_sequenceList[90]; + uint8 _sequenceNum; public: MoviePlayer(SimonEngine *vm, Audio::Mixer *mixer); ~MoviePlayer(); |