aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/goblin.cpp')
-rw-r--r--engines/gob/goblin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin.cpp b/engines/gob/goblin.cpp
index 5b0df56be3..629a31bd05 100644
--- a/engines/gob/goblin.cpp
+++ b/engines/gob/goblin.cpp
@@ -1825,7 +1825,7 @@ void Goblin::freeObjects(void) {
if (_soundData[i] == 0)
continue;
- _vm->_snd->freeSoundData(_soundData[i]);
+ _vm->_snd->freeSoundDesc(_soundData[i]);
_soundData[i] = 0;
}