diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-10 16:50:59 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-02-10 16:50:59 +0000 |
| commit | fb336cddbb081b11449e6e1e0cf18a2b8ffdfb68 (patch) | |
| tree | 8ff419e19322742f47b90ca7575f373005ac4453 /src/engine/e_protocol.h | |
| parent | 294cbe18c17cd20f70f965e7f89a3250ef39b990 (diff) | |
| download | zcatch-fb336cddbb081b11449e6e1e0cf18a2b8ffdfb68.tar.gz zcatch-fb336cddbb081b11449e6e1e0cf18a2b8ffdfb68.zip | |
added simple map downloading \o/
Diffstat (limited to 'src/engine/e_protocol.h')
| -rw-r--r-- | src/engine/e_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/e_protocol.h b/src/engine/e_protocol.h index 65d76350..a0213483 100644 --- a/src/engine/e_protocol.h +++ b/src/engine/e_protocol.h @@ -34,6 +34,7 @@ enum /* sent by server */ NETMSG_MAP, + NETMSG_MAP_DATA, NETMSG_SNAP, NETMSG_SNAPEMPTY, NETMSG_SNAPSINGLE, @@ -44,6 +45,7 @@ enum NETMSG_ENTERGAME, NETMSG_INPUT, NETMSG_CMD, + NETMSG_REQUEST_MAP_DATA, /* sent by both */ NETMSG_PING, |