Trick catholic swipe needs to have all layers be fully visible, even at the peak of the arc

This commit is contained in:
toaster 2023-11-06 21:47:16 +00:00
parent b417c0655e
commit aa0b626467

View file

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