diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-04-15 15:33:33 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-04-18 01:15:22 +0200 |
commit | a8489adc8c4f6fe8355ea1abbfb7be12d0e73b27 (patch) | |
tree | fbfb89e8740d61526bf07932953cc9645b8d7302 /src/net/manaserv/manaserv_protocol.h | |
parent | 88934303761ba950be56eac8b60de2dede88a29f (diff) | |
download | mana-client-a8489adc8c4f6fe8355ea1abbfb7be12d0e73b27.tar.gz mana-client-a8489adc8c4f6fe8355ea1abbfb7be12d0e73b27.tar.bz2 mana-client-a8489adc8c4f6fe8355ea1abbfb7be12d0e73b27.tar.xz mana-client-a8489adc8c4f6fe8355ea1abbfb7be12d0e73b27.zip |
Added a client-side position tolerance check.
This is based on the information given by the server which now
permit resyncs when necessary.
Reviewed-by: Thorbjorn.
Diffstat (limited to 'src/net/manaserv/manaserv_protocol.h')
-rw-r--r-- | src/net/manaserv/manaserv_protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/manaserv_protocol.h b/src/net/manaserv/manaserv_protocol.h index 5726ab92..b5023a42 100644 --- a/src/net/manaserv/manaserv_protocol.h +++ b/src/net/manaserv/manaserv_protocol.h @@ -118,7 +118,7 @@ enum { PGMSG_DIRECTION_CHANGE = 0x0272, // B Direction GPMSG_BEING_DIR_CHANGE = 0x0273, // W being id, B direction GPMSG_BEING_HEALTH_CHANGE = 0x0274, // W being id, W hp, W max hp - GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, W*2 position, B speed] }* + GPMSG_BEINGS_MOVE = 0x0280, // { W being id, B flags [, [W*2 position,] W*2 destination, B speed] }* GPMSG_ITEMS = 0x0281, // { W item id, W*2 position }* PGMSG_ATTACK = 0x0290, // W being id GPMSG_BEING_ATTACK = 0x0291, // W being id, B direction, B attacktype |