fixed the max_int so it's really max_int

This commit is contained in:
Magnus Auvinen 2008-02-24 18:45:49 +00:00
parent 91eda24ddc
commit 622dbc6f3e

View file

@ -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