Reset ECM and Boost when selecting a new fighter.

This commit is contained in:
Steve 2015-11-15 16:19:21 +00:00
parent d8ef183b5e
commit 43ac7ab92c
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ void initPlayer(void)
STRNCPY(player->name, "Player", MAX_NAME_LENGTH);
player->action = NULL;
battle.boostTimer = 0;
battle.ecmTimer = 0;
}
void doPlayer(void)