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 2bbc4ea..3c2eade 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -75,6 +75,7 @@ public:
75 std::map<std::string, std::map<Direction, int>> nameDirToAnim; 75 std::map<std::string, std::map<Direction, int>> nameDirToAnim;
76 bool animFinished = false; 76 bool animFinished = false;
77 bool hasShadow = false; 77 bool hasShadow = false;
78 bool normallyHasShadow = false;
78 bool animPaused = false; 79 bool animPaused = false;
79 80
80 // Character 81 // Character