summaryrefslogtreecommitdiff
path: root/source/sys_unix.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-10-26 12:54:24 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-10-26 12:54:24 +0000
commit18d2d6fb9e47cc88d08d0dfbb2f9e268ee29327a (patch)
tree8dbf9680e8d0bf0b78ed1b49fe9bdcf9ef2d2795 /source/sys_unix.c
parent8a4e5f5516e94fe901a332bce7eef9b824f225c6 (diff)
Cleaned up `sys_win.c', moved some code into `win_ac.c' and `win_dbg.c'.
Fixed broken `sv_ac.c' compilation.
Diffstat (limited to 'source/sys_unix.c')
-rw-r--r--source/sys_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sys_unix.c b/source/sys_unix.c
index 2128b56..05b665a 100644
--- a/source/sys_unix.c
+++ b/source/sys_unix.c
@@ -619,7 +619,7 @@ void Sys_Sleep( int msec ) {
nanosleep( &req, NULL );
}
-#if USE_ANTICHEAT & 1
+#if USE_AC_CLIENT
qboolean Sys_GetAntiCheatAPI( void ) {
Sys_Sleep( 1500 );
return qfalse;