diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-22 13:17:30 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-22 13:17:30 +0000 |
commit | 347246d6719e12e426f5681085493dc0227345ed (patch) | |
tree | 0361e73edb89580d1fcba2a3a2ac88fa96d579e4 /src/net/protocol.h | |
parent | 0c6830040481247a96ccc8fe15f9b1022506c0ae (diff) | |
download | mana-client-347246d6719e12e426f5681085493dc0227345ed.tar.gz mana-client-347246d6719e12e426f5681085493dc0227345ed.tar.bz2 mana-client-347246d6719e12e426f5681085493dc0227345ed.tar.xz mana-client-347246d6719e12e426f5681085493dc0227345ed.zip |
This way auto attack should work with left ctrl too (also
some docs updates)
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r-- | src/net/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index dd6b36e2..07684298 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -81,7 +81,7 @@ void walk(unsigned short x, unsigned short y, unsigned char direction); void speak(char *speech); /** Request to attack */ -void attack(unsigned short x, unsigned short y, unsigned char direction); +int attack(unsigned short x, unsigned short y, unsigned char direction); /** Request to attack */ void attack(Being *target); |