summary refs log tree commit diff stats
path: root/src/sprite.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sprite.h')
-rw-r--r--src/sprite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sprite.h b/src/sprite.h index 6ef2f57..84a7b03 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -50,6 +50,7 @@ public:
50 std::vector<SpriteFrame> frames; 50 std::vector<SpriteFrame> frames;
51 std::vector<std::vector<int>> animations; 51 std::vector<std::vector<int>> animations;
52 std::map<std::string, std::map<Direction, int>> nameDirToAnim; 52 std::map<std::string, std::map<Direction, int>> nameDirToAnim;
53 bool hasShadow = false;
53 54
54 // Character 55 // Character
55 bool orientable = false; 56 bool orientable = false;