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.

This commit is contained in:
toasterbabe 2016-07-23 21:37:32 +01:00
parent d0bb7293bd
commit 436dfbb24f
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}
}