From e080a593378bcaf44a7b44c297dcb291a2b584a8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Mar 2009 03:45:23 +0000 Subject: Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as some other tweaks svn-id: r39255 --- engines/scumm/he/animation_he.cpp | 2 +- engines/scumm/he/animation_he.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/scumm') diff --git a/engines/scumm/he/animation_he.cpp b/engines/scumm/he/animation_he.cpp index 4a64f16f42..0cc4419778 100644 --- a/engines/scumm/he/animation_he.cpp +++ b/engines/scumm/he/animation_he.cpp @@ -33,7 +33,7 @@ namespace Scumm { MoviePlayer::MoviePlayer(ScummEngine_v90he *vm, Audio::Mixer *mixer) - : SMKPlayer(mixer), _vm(vm), _mixer(mixer) { + : SmackerDecoder(mixer), _vm(vm), _mixer(mixer) { _flags = 0; _wizResNum = 0; diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h index 93acc2253c..966db0e3f7 100644 --- a/engines/scumm/he/animation_he.h +++ b/engines/scumm/he/animation_he.h @@ -36,7 +36,7 @@ namespace Scumm { class ScummEngine_v90he; -class MoviePlayer : public Graphics::SMKPlayer { +class MoviePlayer : public Graphics::SmackerDecoder { ScummEngine_v90he *_vm; Audio::Mixer *_mixer; -- cgit v1.2.3