aboutsummaryrefslogtreecommitdiff
path: root/sword2/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sound.cpp')
-rw-r--r--sword2/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sound.cpp b/sword2/sound.cpp
index 2a9ddd8496..cd9c5157be 100644
--- a/sword2/sound.cpp
+++ b/sword2/sound.cpp
@@ -398,7 +398,7 @@ int32 FN_stop_music(int32 *params) { // called from script only
return IR_CONT;
}
-void Kill_music(void) { // James22aug97
+void Kill_music(void) {
looping_music_id = 0; // clear the 'looping' flag
g_sound->stopMusic();
}