summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-25 20:26:46 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-25 20:26:46 +0000
commit7354937c4b452a2c413f0827d6f381e125e6a687 (patch)
tree84792355a26f5b4c38996b16c12df090fa8f8926 /src/defines.h
parent6ba73b56b72bf53d4976fd1423490e682542b6d2 (diff)
downloadmanaserv-7354937c4b452a2c413f0827d6f381e125e6a687.tar.gz
manaserv-7354937c4b452a2c413f0827d6f381e125e6a687.tar.bz2
manaserv-7354937c4b452a2c413f0827d6f381e125e6a687.tar.xz
manaserv-7354937c4b452a2c413f0827d6f381e125e6a687.zip
Added being speed to protocol.
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h
index 56d79797..c522889c 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -158,7 +158,7 @@ enum {
PGMSG_WALK = 0x0260, // W*2 destination
PGMSG_ACTION_CHANGE = 0x0270, // B Action
GPMSG_BEING_ACTION_CHANGE = 0x0271, // W being id, B action
- GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, C position] [, W*2 destination] }*
+ GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, C position, B speed] [, W*2 destination] }*
GPMSG_ITEMS = 0x0281, // { W item id, W*2 position }*
PGMSG_ATTACK = 0x0290, // B direction
GPMSG_BEING_ATTACK = 0x0291, // W being id, B direction