diff options
Diffstat (limited to 'engines/sword2/animation.h')
-rw-r--r-- | engines/sword2/animation.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 9586b24c47..9a60af2c26 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -58,11 +58,6 @@ struct MovieText { } }; -struct MovieInfo { - const char *name; - int frames; -}; - class DXADecoderWithSound : public Graphics::DXADecoder { public: DXADecoderWithSound(Audio::Mixer *mixer, Audio::SoundHandle *bgSoundHandle); @@ -97,9 +92,7 @@ protected: Audio::SoundHandle *_bgSoundHandle; Audio::AudioStream *_bgSoundStream; - int _id; uint32 _leadOut; - int _numFrames; int _leadOutFrame; void performPostProcessing(byte *screen); |