From 4ccc99dc7ae0323373be0e29cf6a5614b568b0dc Mon Sep 17 00:00:00 2001 From: Noah69420 Date: Mon, 16 Dec 2024 11:28:20 +0100 Subject: [PATCH] pipes2 game --- src/pipes2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipes2.c b/src/pipes2.c index c6a2b02..8ae9d33 100644 --- a/src/pipes2.c +++ b/src/pipes2.c @@ -16,7 +16,7 @@ #define GRID_GROESSE_X 200 #define GRID_GROESSE_Y 60 -#define SLEEP_TIME 0 +#define SLEEP_TIME 40000 #define RED "\033[31m" #define GREEN "\033[32m"