mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 20:50:38 +00:00
Fix Hyudoro arrows being visible
This commit is contained in:
parent
3101eb1a18
commit
9e51c10337
1 changed files with 0 additions and 2 deletions
|
@ -6815,8 +6815,6 @@ void P_MobjThinker(mobj_t *mobj)
|
|||
#endif
|
||||
)
|
||||
mobj->flags2 |= MF2_DONTDRAW;
|
||||
else
|
||||
mobj->flags2 &= ~MF2_DONTDRAW;
|
||||
|
||||
P_UnsetThingPosition(mobj);
|
||||
mobj->x = mobj->target->x;
|
||||
|
|
Loading…
Reference in a new issue