]> git.xonotic.org Git - xonotic/darkplaces.git/commit
changed Sys_Sleep from (void) to (int milliseconds), now wastes a lot less cpu time...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 1 Feb 2004 22:30:51 +0000 (22:30 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 1 Feb 2004 22:30:51 +0000 (22:30 +0000)
commit93ed14242647c8f0ca1ed8d5e3f3238e70671f07
tree42608b146532f257dccbb856c14f45951a37dfcd
parente120cda4dbc83afd8dd92dba66e55f96a640e234
changed Sys_Sleep from (void) to (int milliseconds), now wastes a lot less cpu time while waiting for the next frame

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3847 d7cf8633-e32d-0410-b094-e92efae38249
cl_parse.c
host.c
sys.h
sys_linux.c
sys_sdl.c
sys_win.c