mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix signpost front plate being fucked up (was broken by custom skincolours)
This commit is contained in:
parent
2e922a3673
commit
a052501b01
1 changed files with 1 additions and 1 deletions
|
|
@ -7222,7 +7222,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
||||||
if (newcolor != SKINCOLOR_NONE)
|
if (newcolor != SKINCOLOR_NONE)
|
||||||
{
|
{
|
||||||
cur->color = skincolors[newcolor].invcolor;
|
cur->color = skincolors[newcolor].invcolor;
|
||||||
cur->frame = skincolors[newcolor].invshade;
|
cur->frame = cur->state->frame + skincolors[newcolor].invshade;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (cur->state == &states[S_KART_SIGN])
|
else if (cur->state == &states[S_KART_SIGN])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue