diff --git a/Plague.g1a b/Plague.g1a index a7ed6fa..7c5eeb7 100644 Binary files a/Plague.g1a and b/Plague.g1a differ diff --git a/assets-fx/bground.png b/assets-fx/bground.png index e4438b1..2a727f5 100644 Binary files a/assets-fx/bground.png and b/assets-fx/bground.png differ diff --git a/src/core.c b/src/core.c index 5dd3d55..b9554cb 100644 --- a/src/core.c +++ b/src/core.c @@ -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)