aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-01-05 05:11:07 -0800
committerChris Robinson <[email protected]>2014-01-05 05:11:07 -0800
commit5f961a392ecd5d8486fe85b335cf5c0e5c6de674 (patch)
treeaf307ad43fe8b99307c0abd5e2de77b61a9c62c0 /Alc/ALc.c
parent540a99e71fa4ce3de8049656629861aa0a7e5568 (diff)
Move some soundfont methods to ALsoundfont
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 28e1efcb..cb1239ee 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1950,7 +1950,7 @@ static ALCvoid FreeDevice(ALCdevice *device)
}
if(device->DefaultSfont)
- MidiSynth_deleteSoundfont(device, device->DefaultSfont);
+ ALsoundfont_deleteSoundfont(device->DefaultSfont, device);
device->DefaultSfont = NULL;
if(device->BufferMap.size > 0)