diff --git a/Plague.g1a b/Plague.g1a index ce87a5e..a7ed6fa 100644 Binary files a/Plague.g1a and b/Plague.g1a differ diff --git a/src/core.h b/src/core.h index 71e66a8..dc16d39 100644 --- a/src/core.h +++ b/src/core.h @@ -80,6 +80,6 @@ int callback_tick(volatile int *tick); void mutation_select(struct game *current_game, const int mutation_menu); // mutation_buy : UI interface to buy mutations and see informations on them -void mutation_buy(struct game *current_game, const struct cursor c, const int mutation_menu, const int table[4][8]) +void mutation_buy(struct game *current_game, const struct cursor c, const int mutation_menu, const int table[4][8]); #endif /* _PLAGUE_CORE_H */ \ No newline at end of file