about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-24 18:45:49 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-24 18:45:49 +0000
commit622dbc6f3e5a5f398af8c6ef98d057a200c813a0 (patch)
treec1a8b87fbe5379a13ca3ff0645ec8a2335927851 /src
parent91eda24ddc8b56c6022a4d99519f28230e6b3bbf (diff)
downloadzcatch-622dbc6f3e5a5f398af8c6ef98d057a200c813a0.tar.gz
zcatch-622dbc6f3e5a5f398af8c6ef98d057a200c813a0.zip
fixed the max_int so it's really max_int
Diffstat (limited to 'src')
-rw-r--r--src/game/g_protocol.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def
index 7d24ebb4..a8aaa623 100644
--- a/src/game/g_protocol.def
+++ b/src/game/g_protocol.def
@@ -3,7 +3,7 @@ raw_source
 	#include "g_protocol.h"
 	#include "g_protocol_ids.h"
 	#include <engine/e_common_interface.h>
-	#define max_int 100000
+	#define max_int 2147483647
 end
 
 raw_header