mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
De-decolorize mine radius
This commit is contained in:
parent
de47a4fa73
commit
84fff960f2
1 changed files with 1 additions and 1 deletions
|
|
@ -8446,7 +8446,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
|||
K_MatchGenericExtraFlags(mobj, mobj->target);
|
||||
|
||||
mobj->color = mobj->target->color;
|
||||
mobj->colorized = false;
|
||||
mobj->colorized = true;
|
||||
mobj->angle += ANG1*5;
|
||||
|
||||
if (stateindex == S_SSMINE_DEPLOY8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue