diff options
author | Max Horn | 2004-10-07 21:18:54 +0000 |
---|---|---|
committer | Max Horn | 2004-10-07 21:18:54 +0000 |
commit | 86113ad04297dc463a6fdb650cbcf91c893ff16d (patch) | |
tree | 14693f0336f2a08d86252f155505ad76f06ea85c /scumm/imuse_digi | |
parent | 2c5e42ca22909800531e33398a68adf29c479392 (diff) | |
download | scummvm-rg350-86113ad04297dc463a6fdb650cbcf91c893ff16d.tar.gz scummvm-rg350-86113ad04297dc463a6fdb650cbcf91c893ff16d.tar.bz2 scummvm-rg350-86113ad04297dc463a6fdb650cbcf91c893ff16d.zip |
Fix doxygen warning
svn-id: r15452
Diffstat (limited to 'scumm/imuse_digi')
-rw-r--r-- | scumm/imuse_digi/dimuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_digi/dimuse.h b/scumm/imuse_digi/dimuse.h index 95b47052df..6381b0ecf9 100644 --- a/scumm/imuse_digi/dimuse.h +++ b/scumm/imuse_digi/dimuse.h @@ -153,7 +153,7 @@ public: void setPan(int soundId, int pan); void setFade(int soundId, int destVolume, int delay60HzTicks); void setMasterVolume(int vol) {} - void stopSound(int soundId); + void stopSound(int sound); void stopAllSounds(); void pause(bool pause); void parseScriptCmds(int a, int b, int c, int d, int e, int f, int g, int h); |