Revert "don't apply this to the dash power"
This reverts commit 78e5ed10ff.
This commit is contained in:
parent
78e5ed10ff
commit
f8351429b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue