diff options
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index ec5e8927..3bb0b7a0 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -64,6 +64,7 @@ namespace SpriteAction static const std::string DEAD = "dead"; static const std::string MOVE = "walk"; static const std::string ATTACK = "attack"; + static const std::string SPAWN = "spawn"; static const std::string HURT = "hurt"; static const std::string USE_SPECIAL = "special"; static const std::string CAST_MAGIC = "magic"; |