Remove debug spam
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5325 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8a3cc3b4b0
commit
a3f9fe886e
1 changed files with 0 additions and 5 deletions
|
@ -4228,11 +4228,6 @@ static void Sys_QueryDesktopParameters(void)
|
|||
|
||||
void Sys_Sleep (double seconds)
|
||||
{
|
||||
if (seconds < 0)
|
||||
seconds = 0;
|
||||
if (seconds > 1)
|
||||
seconds = 1;
|
||||
Con_Printf("Sys_Sleep%g\n", seconds);
|
||||
Sleep(seconds * 1000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue