mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
lol should have tested before pushing
This commit is contained in:
parent
47d9d87654
commit
cab87b4632
1 changed files with 2 additions and 1 deletions
|
@ -5203,12 +5203,13 @@ void A_SignPlayer(mobj_t *actor)
|
|||
}
|
||||
else // Eggman face
|
||||
{
|
||||
ov->color = SKINCOLOR_NONE;
|
||||
ov->skin = NULL;
|
||||
if ((statenum_t)(ov->state-states) != actor->info->meleestate)
|
||||
P_SetMobjState(ov, actor->info->meleestate); // S_EGGMANSIGN
|
||||
if (!signcolor)
|
||||
signcolor = SKINCOLOR_CARBON;
|
||||
ov->color = signcolor;
|
||||
facecolor = signcolor;
|
||||
}
|
||||
|
||||
actor->tracer->color = signcolor;
|
||||
|
|
Loading…
Reference in a new issue