don't apply this to the dash power

This commit is contained in:
minenice55 2025-11-02 12:56:07 -05:00
parent e15023e24c
commit 78e5ed10ff

View file

@ -10365,7 +10365,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
if (onground)
{
player->flamedash += incr;
// player->flamedash += incr;
player->flamestore = min(player->flamestore + metincr, FLAMESTOREMAX);
player->flametimer -= comincr;
}