mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Forgot to *stash* this time
This commit is contained in:
parent
881507889d
commit
1f18aa727a
1 changed files with 4 additions and 1 deletions
|
|
@ -6534,7 +6534,10 @@ static void P_MobjSceneryThink(mobj_t *mobj)
|
|||
mobj->renderflags ^= RF_DONTDRAW;
|
||||
break;
|
||||
case MT_BROLY:
|
||||
Obj_BrolyKiThink(mobj);
|
||||
if (Obj_BrolyKiThink(mobj) == false)
|
||||
{
|
||||
return;
|
||||
}
|
||||
break;
|
||||
case MT_VWREF:
|
||||
case MT_VWREB:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue