aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound_midi.cpp
diff options
context:
space:
mode:
authorMax Horn2013-04-18 20:07:39 +0200
committerMax Horn2013-04-18 23:50:19 +0200
commit4fb289e346c5727ad51066ddf317e9d2582b96be (patch)
tree0302be884c1c330860dd1a1ac5222ceeac4bf059 /engines/agi/sound_midi.cpp
parent6c55213cd5a63ff198a25573ad38672e7faa02ce (diff)
downloadscummvm-rg350-4fb289e346c5727ad51066ddf317e9d2582b96be.tar.gz
scummvm-rg350-4fb289e346c5727ad51066ddf317e9d2582b96be.tar.bz2
scummvm-rg350-4fb289e346c5727ad51066ddf317e9d2582b96be.zip
AGI: Get rid of unused SoundMgr parameters
Diffstat (limited to 'engines/agi/sound_midi.cpp')
-rw-r--r--engines/agi/sound_midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/sound_midi.cpp b/engines/agi/sound_midi.cpp
index 47d354093b..24e3ca8fb7 100644
--- a/engines/agi/sound_midi.cpp
+++ b/engines/agi/sound_midi.cpp
@@ -59,7 +59,7 @@ namespace Agi {
static uint32 convertSND2MIDI(byte *snddata, byte **data);
-MIDISound::MIDISound(uint8 *data, uint32 len, int resnum, SoundMgr &manager) : AgiSound(manager) {
+MIDISound::MIDISound(uint8 *data, uint32 len, int resnum) : AgiSound() {
_data = data; // Save the resource pointer
_len = len; // Save the resource's length
_type = READ_LE_UINT16(data); // Read sound resource's type