Revert "don't apply this to the dash power"

This reverts commit 78e5ed10ff.
This commit is contained in:
minenice55 2025-11-02 12:59:16 -05:00
parent 78e5ed10ff
commit f8351429b8

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