From 622dbc6f3e5a5f398af8c6ef98d057a200c813a0 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 24 Feb 2008 18:45:49 +0000 Subject: [PATCH] fixed the max_int so it's really max_int --- src/game/g_protocol.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_protocol.def b/src/game/g_protocol.def index 7d24ebb4e..a8aaa6232 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 - #define max_int 100000 + #define max_int 2147483647 end raw_header