aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-02 22:42:03 +0000
committerMax Horn2003-10-02 22:42:03 +0000
commit3f55f2669d560489ee017d64f5bdd0f785cf796e (patch)
treebd8b3bc560b347a0ef58c7b23431e92142aeea50 /scumm/smush/smush_player.cpp
parent68810ac106ba538e7fb697e0f7fa6eb699a4c927 (diff)
downloadscummvm-rg350-3f55f2669d560489ee017d64f5bdd0f785cf796e.tar.gz
scummvm-rg350-3f55f2669d560489ee017d64f5bdd0f785cf796e.tar.bz2
scummvm-rg350-3f55f2669d560489ee017d64f5bdd0f785cf796e.zip
renamed class Scumm to ScummEngine (consisten with other engine names; also makes room for a potential 'Scumm' namespace)
svn-id: r10549
Diffstat (limited to 'scumm/smush/smush_player.cpp')
-rw-r--r--scumm/smush/smush_player.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp
index 549cafb539..0b23287cfe 100644
--- a/scumm/smush/smush_player.cpp
+++ b/scumm/smush/smush_player.cpp
@@ -196,7 +196,7 @@ static StringResource *getStrings(const char *file, const char *directory, bool
SmushPlayer *player;
void SmushPlayer::timerCallback(void *refCon) {
- Scumm *scumm = (Scumm *)refCon;
+ ScummEngine *scumm = (ScummEngine *)refCon;
if (!scumm->_smushPlay)
return;
@@ -205,7 +205,7 @@ void SmushPlayer::timerCallback(void *refCon) {
player->_smushProcessFrame = false;
}
-SmushPlayer::SmushPlayer(Scumm *scumm, int speed, bool subtitles) {
+SmushPlayer::SmushPlayer(ScummEngine *scumm, int speed, bool subtitles) {
player = this;
_scumm = scumm;