From c3b492b4be53cd6ec4be3948d86bbc993f187787 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 13 Dec 2007 20:28:22 +0000 Subject: variuos crash fixes and fixed ninja --- src/game/server/srv_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/server/srv_common.h') diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 901e37af..b28d3066 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -14,7 +14,7 @@ inline bool cmask_is_set(int mask, int cid) { return (mask&cmask_one(cid)) != 0; class event_handler { static const int MAX_EVENTS = 128; - static const int MAX_DATASIZE = 128*4; + static const int MAX_DATASIZE = 128*64; int types[MAX_EVENTS]; // TODO: remove some of these arrays int offsets[MAX_EVENTS]; -- cgit 1.4.1