summaryrefslogtreecommitdiff
path: root/source/cl_main.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/cl_main.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/cl_main.c')
-rw-r--r--source/cl_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_main.c b/source/cl_main.c
index 2b0276d..e3a5aa3 100644
--- a/source/cl_main.c
+++ b/source/cl_main.c
@@ -1345,7 +1345,7 @@ static void CL_ConnectionlessPacket( void ) {
cls.netchan = Netchan_Setup( NS_CLIENT, type, &cls.serverAddress,
cls.quakePort, 1024, cls.serverProtocol );
-#if USE_ANTICHEAT & 1
+#if USE_AC_CLIENT
if( anticheat ) {
MSG_WriteByte( clc_nop );
MSG_FlushTo( &cls.netchan->message );