svn-id: r16476
This commit is contained in:
Max Horn 2005-01-07 14:42:05 +00:00
parent 50d64c1329
commit b4d547c736
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -35,7 +35,6 @@ namespace Scumm {
// the most common iMuse diagnostic messages.
// #define IMUSE_DEBUG
struct HookDatas;
struct ParameterFader;
struct DeferredCommand;
struct ImTrigger;