diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-14 16:15:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-14 16:15:55 +0300 |
commit | 1a5c1d155337923ab8b0c208ba7cc4dc3cb70e18 (patch) | |
tree | 8fbed46fc67d300e4a2b770df73ede2d75cb5b79 /src/resources/spriteaction.h | |
parent | 49814ad77b3ed16ab66ae35f7fa3cae95faaa1f9 (diff) | |
download | plus-1a5c1d155337923ab8b0c208ba7cc4dc3cb70e18.tar.gz plus-1a5c1d155337923ab8b0c208ba7cc4dc3cb70e18.tar.bz2 plus-1a5c1d155337923ab8b0c208ba7cc4dc3cb70e18.tar.xz plus-1a5c1d155337923ab8b0c208ba7cc4dc3cb70e18.zip |
Remove unused sprite action mapping.
Diffstat (limited to 'src/resources/spriteaction.h')
-rw-r--r-- | src/resources/spriteaction.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/spriteaction.h b/src/resources/spriteaction.h index d46150a46..61967f155 100644 --- a/src/resources/spriteaction.h +++ b/src/resources/spriteaction.h @@ -40,14 +40,9 @@ namespace SpriteAction static const std::string STAND("stand"); static const std::string SIT("sit"); static const std::string SITTOP("sittop"); - static const std::string SLEEP("sleep"); static const std::string DEAD("dead"); static const std::string MOVE("walk"); static const std::string ATTACK("attack"); - static const std::string HURT("hurt"); - static const std::string USE_SPECIAL("special"); - static const std::string CAST_MAGIC("magic"); - static const std::string USE_ITEM("item"); static const std::string SPAWN("spawn"); static const std::string FLY("fly"); |