mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
What
This commit is contained in:
parent
0fa638eaf5
commit
fb19d25de1
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue