diff options
Diffstat (limited to 'src/doom/s_sound.c')
-rw-r--r-- | src/doom/s_sound.c | 3 |
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; } } |