From aac9ba3f4f5d15bb466a84e8a2afb5b19faad396 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Tue, 7 Apr 2009 03:41:24 +0000 Subject: [PATCH] oh hey look i can code without looking at the specs oh wait git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3162 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sys_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/sys_sdl.c b/engine/client/sys_sdl.c index 97eec3468..b7ed77ae3 100644 --- a/engine/client/sys_sdl.c +++ b/engine/client/sys_sdl.c @@ -342,7 +342,7 @@ int main(int argc, char **argv) { // yield the CPU for a little while when paused, minimized, or not the focus if (!(SDL_GetAppState() & SDL_APPACTIVE)) - SDL_Wait(1); + SDL_Delay(1); newtime = Sys_DoubleTime (); time = newtime - oldtime;