From 436dfbb24f6eb41586641f90f3c4a355c480c6a3 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Sat, 23 Jul 2016 21:37:32 +0100 Subject: [PATCH] Crashed in THZ1 when testing going down the long section at the end, EIP blames this line, wasn't really necessary in the first place... fair enough. --- src/p_mobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_mobj.c b/src/p_mobj.c index 86ff3259a..138455604 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -6515,7 +6515,6 @@ void P_MobjThinker(mobj_t *mobj) mobj->frame &= ~FF_TRANSMASK; if (!(leveltime & 15)) { - S_StopSound(mobj->target); S_StartSound(mobj->target, sfx_ding); } }