This commit is contained in:
Tatsuru 2020-01-14 00:52:54 -03:00
parent 0fa638eaf5
commit fb19d25de1

View file

@ -8973,7 +8973,9 @@ void A_Dye(mobj_t *actor)
if (!color) if (!color)
target->colorized = false; target->colorized = false;
else
target->colorized = true;
// What if it's a player? // What if it's a player?
if (target->player) if (target->player)
{ {
@ -8982,7 +8984,6 @@ void A_Dye(mobj_t *actor)
} }
target->color = color; target->color = color;
target->colorized = true;
} }
// Function: A_MoveRelative // Function: A_MoveRelative