mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 10:51:54 +00:00
Remove the local dontdraw
Not only did I not implement this for everything, but I also REALLY like seeing other player's. If it's a problem, then let's just turn down the fuse and/or tics
This commit is contained in:
parent
39bfad150f
commit
9d7163675d
1 changed files with 0 additions and 2 deletions
|
@ -8512,8 +8512,6 @@ void P_MobjThinker(mobj_t *mobj)
|
|||
fire->scalespeed = mobj->scale/12;
|
||||
fire->destscale = 1;
|
||||
fire->tics = TICRATE;
|
||||
if (!mobj->target || (mobj->target && mobj->target->player && !P_IsLocalPlayer(mobj->target->player)))
|
||||
fire->flags2 |= MF2_DONTDRAW;
|
||||
|
||||
for (i = 0; i < 2; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue