mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
What
This commit is contained in:
parent
0fa638eaf5
commit
fb19d25de1
1 changed files with 3 additions and 2 deletions
|
@ -8973,6 +8973,8 @@ 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…
Reference in a new issue