First stable version #2

Merged
Shadow merged 26 commits from dev into master 2021-06-02 22:13:40 +02:00
3 changed files with 1 additions and 1 deletions
Showing only changes of commit dec258a8dc - Show all commits

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 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)