From d9ebfa7192b9d161ead58db45300ffd363233495 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sun, 11 Dec 2022 12:29:11 +0100 Subject: [PATCH] all good things are three --- test/val/bug1936.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/val/bug1936.c b/test/val/bug1936.c index 788313bd2..e97231797 100644 --- a/test/val/bug1936.c +++ b/test/val/bug1936.c @@ -83,11 +83,6 @@ void handle_item_drop(void) int main(void) { - - while(1) // Game (re-)start - { - } - return 0; }