mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Fix lightning while I'm here
This commit is contained in:
parent
e0ec684539
commit
38e4fcf911
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ struct Visual : Mobj
|
||||||
}
|
}
|
||||||
|
|
||||||
move_origin(shield()->pos());
|
move_origin(shield()->pos());
|
||||||
|
scale(5 * shield()->follow()->scale() / 4);
|
||||||
dispoffset = state()->num() == S_THNB1 ? -1 : 1;
|
dispoffset = state()->num() == S_THNB1 ? -1 : 1;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue