diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-28 03:27:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-28 22:22:17 +0300 |
commit | 0cc6167c407c1cf18158ca0e154a3b1cab48853d (patch) | |
tree | f1e0fe4300113d3bb969bc72e5712ec84b4e2ab5 /src/net/ea/eaprotocol.h | |
parent | 7b15124d28592ee7b9248c9ff3b19e710c1ce4ee (diff) | |
download | plus-0cc6167c407c1cf18158ca0e154a3b1cab48853d.tar.gz plus-0cc6167c407c1cf18158ca0e154a3b1cab48853d.tar.bz2 plus-0cc6167c407c1cf18158ca0e154a3b1cab48853d.tar.xz plus-0cc6167c407c1cf18158ca0e154a3b1cab48853d.zip |
Extract shared logic from charserverhandler and loginhandler netcode to ea namespace.
Diffstat (limited to 'src/net/ea/eaprotocol.h')
-rw-r--r-- | src/net/ea/eaprotocol.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/ea/eaprotocol.h b/src/net/ea/eaprotocol.h index d72ca3515..11cc0180d 100644 --- a/src/net/ea/eaprotocol.h +++ b/src/net/ea/eaprotocol.h @@ -36,7 +36,10 @@ enum EA_SPRITE_CAPE, EA_SPRITE_GLOVES, EA_SPRITE_WEAPON, - EA_SPRITE_SHIELD + EA_SPRITE_SHIELD, + EA_SPRITE_EVOL1, + EA_SPRITE_EVOL2, + EA_SPRITE_VECTOREND }; #endif |