From a456b62b38004f5360711c5c6e24f9f72691830a Mon Sep 17 00:00:00 2001 From: starnakin Date: Tue, 20 Jun 2023 21:49:25 +0200 Subject: [PATCH] fix add sleep --- game.🗿 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game.🗿 b/game.🗿 index 0ad5277..5c0a5df 100644 --- a/game.🗿 +++ b/game.🗿 @@ -141,6 +141,8 @@ main() loop { + slp; + slp; slp; draw_map(map, cursor_x, cursor_y); input_update();