mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
MT_SHADOW: copy shadowcolor from followed object
This commit is contained in:
parent
fac5abf69e
commit
eb477365a4
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ struct Shadow : mobj_t
|
||||||
void move()
|
void move()
|
||||||
{
|
{
|
||||||
whiteshadow = follow()->whiteshadow;
|
whiteshadow = follow()->whiteshadow;
|
||||||
|
shadowcolor = follow()->shadowcolor;
|
||||||
|
|
||||||
P_MoveOrigin(this, follow()->x, follow()->y, P_GetMobjFeet(follow()));
|
P_MoveOrigin(this, follow()->x, follow()->y, P_GetMobjFeet(follow()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue