summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doom/s_sound.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doom/s_sound.c b/src/doom/s_sound.c
index f6d8be13..5834650d 100644
--- a/src/doom/s_sound.c
+++ b/src/doom/s_sound.c
@@ -174,11 +174,12 @@ static void S_StopChannel(int cnum)
break;
}
}
-
+
// degrade usefulness of sound data
c->sfxinfo->usefulness--;
c->sfxinfo = NULL;
+ c->origin = NULL;
}
}