mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed the max_int so it's really max_int
This commit is contained in:
parent
91eda24ddc
commit
622dbc6f3e
|
@ -3,7 +3,7 @@ raw_source
|
||||||
#include "g_protocol.h"
|
#include "g_protocol.h"
|
||||||
#include "g_protocol_ids.h"
|
#include "g_protocol_ids.h"
|
||||||
#include <engine/e_common_interface.h>
|
#include <engine/e_common_interface.h>
|
||||||
#define max_int 100000
|
#define max_int 2147483647
|
||||||
end
|
end
|
||||||
|
|
||||||
raw_header
|
raw_header
|
||||||
|
|
Loading…
Reference in a new issue