From 2e27bc56f86717b8ec66f27c360d845fd0e9c5bb Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Tue, 8 Jun 2021 09:07:47 +0200 Subject: [PATCH] Little adjustment --- src/main.c | 2 +- src/mutation_engine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 7064f61..d72c701 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* Project name ......: Plague - Version ...........: 1.3.7 + Version ...........: 1.3.8 Last modification .: 8 June 2021 code and assets provided with licence : diff --git a/src/mutation_engine.h b/src/mutation_engine.h index 8b2ec28..8a5d8da 100644 --- a/src/mutation_engine.h +++ b/src/mutation_engine.h @@ -5,7 +5,7 @@ #include "display_engine.h" // Basic limit research -#define RESEARCH_LIMIT 300 +#define RESEARCH_LIMIT 250 // mutation_table : contain the map of the mutation available struct mutation_table