mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-26 00:16:23 +00:00
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:
parent
d0bb7293bd
commit
436dfbb24f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue