From 8ea8d8074708edcebff5c9720d8bce277192feda Mon Sep 17 00:00:00 2001 From: Dukantic Date: Wed, 8 Jan 2025 13:44:40 +0100 Subject: [PATCH] small fix --- script/main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/main.c b/script/main.c index c4c69df..0f757c4 100644 --- a/script/main.c +++ b/script/main.c @@ -19,9 +19,7 @@ #define SIZE_MENU 200 // Définir une seed globale -unsigned int seed; - - +unsigned int seed = 0; int main () {