mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 20:41:10 +00:00
Make Duel Hyudoro invisible by default
This commit is contained in:
parent
1744da3791
commit
0fb60afb97
1 changed files with 2 additions and 2 deletions
|
|
@ -517,10 +517,10 @@ Obj_InitHyudoroCenter (mobj_t * center, mobj_t * master)
|
|||
hyudoro_mode(hyu) = HYU_PATROL;
|
||||
|
||||
// Set splitscreen player visibility
|
||||
hyu->renderflags |= RF_DONTDRAW;
|
||||
if (master && !P_MobjWasRemoved(master) && master->player)
|
||||
{
|
||||
hyu->renderflags |= RF_DONTDRAW &
|
||||
~(K_GetPlayerDontDrawFlag(master->player));
|
||||
hyu->renderflags &= ~(K_GetPlayerDontDrawFlag(master->player));
|
||||
}
|
||||
|
||||
spawn_hyudoro_shadow(hyu); // this sucks btw
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue