diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-24 18:45:49 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-24 18:45:49 +0000 |
| commit | 622dbc6f3e5a5f398af8c6ef98d057a200c813a0 (patch) | |
| tree | c1a8b87fbe5379a13ca3ff0645ec8a2335927851 /src/game/g_protocol.def | |
| parent | 91eda24ddc8b56c6022a4d99519f28230e6b3bbf (diff) | |
| download | zcatch-622dbc6f3e5a5f398af8c6ef98d057a200c813a0.tar.gz zcatch-622dbc6f3e5a5f398af8c6ef98d057a200c813a0.zip | |
fixed the max_int so it's really max_int
Diffstat (limited to 'src/game/g_protocol.def')
| -rw-r--r-- | src/game/g_protocol.def | 2 |
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 |