summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocol.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-12-22 22:26:42 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-09 07:00:17 +0100
commitbb94a1c1906de4b7d71690f15f05f5fe9fbdb444 (patch)
treec3d886d4e6d6bdcb74e548ecf4dd346cd425c173 /src/net/tmwa/protocol.h
parent9a702e64449ba54fab28706c5b9c5ff9f2a41f8a (diff)
downloadmana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.tar.gz
mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.tar.bz2
mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.tar.xz
mana-bb94a1c1906de4b7d71690f15f05f5fe9fbdb444.zip
Changed INT and DELETE enum names to fix C::B compilation.
This was introduced since Crush updated his mana lib pack. I simply changed the names to avoid a collision. Reviewed-by: Ablu.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r--src/net/tmwa/protocol.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h
index 0624ad2f..2714634b 100644
--- a/src/net/tmwa/protocol.h
+++ b/src/net/tmwa/protocol.h
@@ -25,12 +25,12 @@
enum {
JOB = 0xa,
- STR = 0xd,
- AGI,
- VIT,
- INT,
- DEX,
- LUK,
+ STRENGTH = 0xd,
+ AGILITY,
+ VITALITY,
+ INTELLIGENCE,
+ DEXTERITY,
+ LUCK,
ATK,
DEF,