From b4d547c736d6c8718cdd1bc36aa4a2fc083b6c52 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 7 Jan 2005 14:42:05 +0000 Subject: cleanup svn-id: r16476 --- scumm/imuse.cpp | 2 +- scumm/imuse_internal.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp index 309ccdc2c3..3a3dc8bae5 100644 --- a/scumm/imuse.cpp +++ b/scumm/imuse.cpp @@ -715,7 +715,7 @@ int32 IMuseInternal::doCommand (int numargs, int a[]) { return getSoundStatus(a[1]); case 14: // Sam and Max: Parameter fade - player = this->findActivePlayer(a[1]); + player = findActivePlayer(a[1]); if (player) return player->addParameterFader(a[3], a[4], a[5]); return -1; diff --git a/scumm/imuse_internal.h b/scumm/imuse_internal.h index 43efb4590a..04414ead08 100644 --- a/scumm/imuse_internal.h +++ b/scumm/imuse_internal.h @@ -35,7 +35,6 @@ namespace Scumm { // the most common iMuse diagnostic messages. // #define IMUSE_DEBUG -struct HookDatas; struct ParameterFader; struct DeferredCommand; struct ImTrigger; -- cgit v1.2.3