]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
changed Sys_Sleep functions to take microseconds instead of milliseconds (this may...
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index d02ae24466a420f09356c85a34a4e380da09cf49..41deb0170ee6934b7009c5d89e44c0524ce56f35 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -74,7 +74,7 @@ double Sys_DoubleTime (void);
 
 char *Sys_ConsoleInput (void);
 
-void Sys_Sleep(int milliseconds);
+void Sys_Sleep(int microseconds);
 // called to yield for a little bit so as
 // not to hog cpu when paused or debugging