diff options
Diffstat (limited to 'src/engine/shared')
| -rw-r--r-- | src/engine/shared/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/protocol.h b/src/engine/shared/protocol.h index b714b328..296294d9 100644 --- a/src/engine/shared/protocol.h +++ b/src/engine/shared/protocol.h @@ -39,6 +39,7 @@ enum // sent by server NETMSG_MAP_CHANGE, // sent when client should switch map NETMSG_MAP_DATA, // map transfer, contains a chunk of the map file + NETMSG_CON_READY, // connection is ready, client should send start info NETMSG_SNAP, // normal snapshot, multiple parts NETMSG_SNAPEMPTY, // empty snapshot NETMSG_SNAPSINGLE, // ? |