don't apply this to the dash power
This commit is contained in:
parent
e15023e24c
commit
78e5ed10ff
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