Reset ECM and Boost when selecting a new fighter.
This commit is contained in:
parent
d8ef183b5e
commit
43ac7ab92c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue