summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-08-19 02:02:26 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-08-19 02:02:26 +0200
commit16f981084dbb6bb5eb0c0cb7bf029bfc92bd3f61 (patch)
treec8572cedef4fa9ecc2699702bcee2dfc06e0cb4b /src/common
parent22fc8d2c06a73e0d29b03c5f6c98992ba331615b (diff)
downloadmanaserv-16f981084dbb6bb5eb0c0cb7bf029bfc92bd3f61.tar.gz
manaserv-16f981084dbb6bb5eb0c0cb7bf029bfc92bd3f61.tar.bz2
manaserv-16f981084dbb6bb5eb0c0cb7bf029bfc92bd3f61.tar.xz
manaserv-16f981084dbb6bb5eb0c0cb7bf029bfc92bd3f61.zip
Removed the now useless SpriteLayer enum from the protocol.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/manaserv_protocol.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common/manaserv_protocol.h b/src/common/manaserv_protocol.h
index 2448a357..9ea629ad 100644
--- a/src/common/manaserv_protocol.h
+++ b/src/common/manaserv_protocol.h
@@ -424,23 +424,6 @@ enum BeingDirection
RIGHT = 8
};
-/**
- * enum for sprites layers.
- * WARNING: Has to be in sync with the same enum in the Sprite class
- * of the client!
- */
-enum SpriteLayer
-{
- SPRITE_BASE = 0,
- SPRITE_SHOE,
- SPRITE_BOTTOMCLOTHES,
- SPRITE_TOPCLOTHES,
- SPRITE_HAIR,
- SPRITE_HAT,
- SPRITE_WEAPON,
- SPRITE_VECTOREND
-};
-
} // namespace ManaServ
#endif // MANASERV_PROTOCOL_H