mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
cleanup
svn-id: r16476
This commit is contained in:
parent
50d64c1329
commit
b4d547c736
@ -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;
|
||||
|
@ -35,7 +35,6 @@ namespace Scumm {
|
||||
// the most common iMuse diagnostic messages.
|
||||
// #define IMUSE_DEBUG
|
||||
|
||||
struct HookDatas;
|
||||
struct ParameterFader;
|
||||
struct DeferredCommand;
|
||||
struct ImTrigger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user