mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Give the clone fighter's vectorisation colour, rather than forcing greyscale.
This commit is contained in:
parent
4d55a9f4a9
commit
04f400e048
1 changed files with 1 additions and 1 deletions
|
@ -5938,7 +5938,7 @@ static void P_Boss9Thinker(mobj_t *mobj)
|
|||
return;
|
||||
}
|
||||
|
||||
P_SpawnGhostMobj(mobj);
|
||||
P_SpawnGhostMobj(mobj)->colorized = false;
|
||||
|
||||
// Vector form dodge!
|
||||
mobj->angle += mobj->movedir;
|
||||
|
|
Loading…
Reference in a new issue