aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/console.cpp')
-rw-r--r--engines/sci/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index 2b3570daf5..e50139b3bc 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -2750,7 +2750,7 @@ bool Console::cmdStopSfx(int argc, const char **argv) {
if (id.segment) {
_vm->_gamestate->_sound.sfx_song_set_status(handle, SOUND_STATUS_STOPPED);
_vm->_gamestate->_sound.sfx_remove_song(handle);
- PUT_SEL32V(id, signal, -1);
+ PUT_SEL32V(id, signal, SIGNAL_OFFSET);
PUT_SEL32V(id, nodePtr, 0);
PUT_SEL32V(id, handle, 0);
}