mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Trick catholic swipe needs to have all layers be fully visible, even at the peak of the arc
This commit is contained in:
parent
b417c0655e
commit
aa0b626467
1 changed files with 2 additions and 0 deletions
|
|
@ -12269,6 +12269,8 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
K_TrickCatholocismBlast(player->trickIndicator, player->trickIndicator->scale*10, 0);
|
||||
|
||||
player->trickIndicator->renderflags &= ~RF_TRANSMASK;
|
||||
|
||||
P_InstaScale(player->trickIndicator, 3*mapobjectscale/2);
|
||||
player->trickIndicator->old_scale = player->trickIndicator->scale;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue