summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r--src/scenery.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp
index b94e1d2a..5cfe3827 100644
--- a/src/scenery.hpp
+++ b/src/scenery.hpp
@@ -49,7 +49,7 @@ struct scenery final
bool operator==(const scenery&) const noexcept;
- bool can_activate() const noexcept;
+ bool can_activate(const anim_atlas& anim) const noexcept;
bool activate(const anim_atlas& atlas);
void update(float dt, const anim_atlas& anim);
};