diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-10 18:21:22 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-10 18:21:22 +0000 |
| commit | fbfd169581af5495f72af8693561dd6a221702b8 (patch) | |
| tree | d29d5537998e84cba7dd1845958e71813fb9fcb0 /src/engine/protocol.h | |
| parent | 2219b61920d0148e77790eb0294212c058863de9 (diff) | |
| download | zcatch-fbfd169581af5495f72af8693561dd6a221702b8.tar.gz zcatch-fbfd169581af5495f72af8693561dd6a221702b8.zip | |
crash fix that occurs when compressed snapshot spans several packets. crash fix caused but ids running out when chaning maps often
Diffstat (limited to 'src/engine/protocol.h')
| -rw-r--r-- | src/engine/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |