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 f631652..413c20d 100644 --- a/src/sprite.h +++ b/src/sprite.h
@@ -83,6 +83,7 @@ public:
83 std::string walkthroughScript; 83 std::string walkthroughScript;
84 std::string bumpPlayerScript; 84 std::string bumpPlayerScript;
85 std::string enclosureZone; 85 std::string enclosureZone;
86 bool sliding = false;
86 87
87 // Animation (internals) 88 // Animation (internals)
88 bool isAnimated = false; 89 bool isAnimated = false;