From fbfd169581af5495f72af8693561dd6a221702b8 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 10 Dec 2007 18:21:22 +0000 Subject: crash fix that occurs when compressed snapshot spans several packets. crash fix caused but ids running out when chaning maps often --- src/engine/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/protocol.h') diff --git a/src/engine/protocol.h b/src/engine/protocol.h index 6cc52726..e85ecf9f 100644 --- a/src/engine/protocol.h +++ b/src/engine/protocol.h @@ -36,6 +36,7 @@ enum NETMSG_MAP, NETMSG_SNAP, NETMSG_SNAPEMPTY, + NETMSG_SNAPSINGLE, NETMSG_SNAPSMALL, /* sent by client */ -- cgit 1.4.1