Give the clone fighter's vectorisation colour, rather than forcing greyscale.

This commit is contained in:
toaster 2019-10-29 23:24:00 +00:00
parent 4d55a9f4a9
commit 04f400e048
1 changed files with 1 additions and 1 deletions

View File

@ -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;