diff options
-rw-r--r-- | src/resources/spritedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 6c076e3a..70ad6ed6 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -78,7 +78,7 @@ namespace SpriteAction static const std::string CAST_MAGIC = "magic"; static const std::string USE_ITEM = "item"; static const std::string INVALID = ""; -}; +} enum SpriteDirection { |