diff options
Diffstat (limited to 'graphics/animation.h')
-rw-r--r-- | graphics/animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/animation.h b/graphics/animation.h index 087d9febc7..7a437c08ae 100644 --- a/graphics/animation.h +++ b/graphics/animation.h @@ -74,7 +74,7 @@ protected: const int _movieWidth; const int _movieHeight; - SoundMixer *_snd; + Audio::Mixer *_snd; OSystem *_sys; uint _frameNum; @@ -117,7 +117,7 @@ protected: #endif public: - BaseAnimationState(SoundMixer *snd, OSystem *sys, int width, int height); + BaseAnimationState(Audio::Mixer *snd, OSystem *sys, int width, int height); virtual ~BaseAnimationState(); bool init(const char *name, void *audioArg = NULL); |