mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +00:00
lol should have tested before pushing
This commit is contained in:
parent
e1a8ea7663
commit
c54cb042ba
1 changed files with 2 additions and 1 deletions
|
|
@ -5203,12 +5203,13 @@ void A_SignPlayer(mobj_t *actor)
|
||||||
}
|
}
|
||||||
else // Eggman face
|
else // Eggman face
|
||||||
{
|
{
|
||||||
|
ov->color = SKINCOLOR_NONE;
|
||||||
ov->skin = NULL;
|
ov->skin = NULL;
|
||||||
if ((statenum_t)(ov->state-states) != actor->info->meleestate)
|
if ((statenum_t)(ov->state-states) != actor->info->meleestate)
|
||||||
P_SetMobjState(ov, actor->info->meleestate); // S_EGGMANSIGN
|
P_SetMobjState(ov, actor->info->meleestate); // S_EGGMANSIGN
|
||||||
if (!signcolor)
|
if (!signcolor)
|
||||||
signcolor = SKINCOLOR_CARBON;
|
signcolor = SKINCOLOR_CARBON;
|
||||||
ov->color = signcolor;
|
facecolor = signcolor;
|
||||||
}
|
}
|
||||||
|
|
||||||
actor->tracer->color = signcolor;
|
actor->tracer->color = signcolor;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue