Playable version without save

This commit is contained in:
Shadow15510 2021-06-03 09:46:56 +02:00
parent 82f9da7cb5
commit e3459ee9e4
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -22,6 +22,7 @@
// title_screen : display the title screen
static void title_screen(void);
// main_loop : display background, foreground and manage inputs
void main_loop(struct game *current_game);
@ -46,7 +47,7 @@ int main(void)
.severity = 0,
.lethality = 0,
.dna = 100,
.dna = 0,
.mutations_count = {0, 0, 0},
.mutations_selected = {0, 0, 0},