From 19d2d0c5fae23af477bb4fd8a80802ac7c43cc08 Mon Sep 17 00:00:00 2001 From: Florian Schulze Date: Sun, 24 Feb 2002 20:21:07 +0000 Subject: [PATCH 1/1] Fixed SDL_Delay. --- sdl/interrpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl/interrpt.c b/sdl/interrpt.c index 0c6d2ed..8577c8f 100644 --- a/sdl/interrpt.c +++ b/sdl/interrpt.c @@ -145,7 +145,7 @@ int intr_sysupdate() } i++; } - SDL_Delay(0); + SDL_Delay(1); now = SDL_GetTicks(); time_diff = now - last_time; if (time_diff>0) { -- 2.39.2