Minors changes

This commit is contained in:
Shadow15510 2021-05-29 17:07:37 +02:00
parent b5206956c6
commit dec258a8dc
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -154,7 +154,7 @@ void manage_mutation(struct game *current_game, const int mutation_menu)
void mutation_buy(struct game *current_game, const struct cursor c, const int mutation_menu, const int table[4][8])
{
int button_selected = 0, end = 0;
int button_selected = 1, end = 0;
int key = 0;
while (!end)