diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sfx/core.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sfx/core.cpp b/engines/sci/sfx/core.cpp index 947176f75e..5d6812711f 100644 --- a/engines/sci/sfx/core.cpp +++ b/engines/sci/sfx/core.cpp @@ -480,6 +480,8 @@ void sfx_exit(sfx_state_t *self) { song_lib_free(self->songlib); + // FIXME: We need a pcm_device->exit() function to release the + // mixer channel allocated for pcm_device in ScummVM's mixer. pcm_device = NULL; |