summaryrefslogtreecommitdiff
path: root/source/sys_unix.c
diff options
context:
space:
mode:
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;