mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
What
This commit is contained in:
parent
0ef62248ab
commit
b4d6c160a9
1 changed files with 3 additions and 2 deletions
|
|
@ -8973,7 +8973,9 @@ void A_Dye(mobj_t *actor)
|
|||
|
||||
if (!color)
|
||||
target->colorized = false;
|
||||
|
||||
else
|
||||
target->colorized = true;
|
||||
|
||||
// What if it's a player?
|
||||
if (target->player)
|
||||
{
|
||||
|
|
@ -8982,7 +8984,6 @@ void A_Dye(mobj_t *actor)
|
|||
}
|
||||
|
||||
target->color = color;
|
||||
target->colorized = true;
|
||||
}
|
||||
|
||||
// Function: A_MoveRelative
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue