mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Give the clone fighter's vectorisation colour, rather than forcing greyscale.
This commit is contained in:
parent
297f1ad9a6
commit
ee69551d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -5938,7 +5938,7 @@ static void P_Boss9Thinker(mobj_t *mobj)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
P_SpawnGhostMobj(mobj);
|
P_SpawnGhostMobj(mobj)->colorized = false;
|
||||||
|
|
||||||
// Vector form dodge!
|
// Vector form dodge!
|
||||||
mobj->angle += mobj->movedir;
|
mobj->angle += mobj->movedir;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue