diff options
Diffstat (limited to 'source/game/StarObject.hpp')
-rw-r--r-- | source/game/StarObject.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarObject.hpp b/source/game/StarObject.hpp index eb039e8..de3f370 100644 --- a/source/game/StarObject.hpp +++ b/source/game/StarObject.hpp @@ -114,6 +114,7 @@ public: Maybe<LuaValue> evalScript(String const& code) override; virtual Vec2F mouthPosition() const override; + virtual Vec2F mouthPosition(bool ignoreAdjustments) const override; virtual List<ChatAction> pullPendingChatActions() override; void breakObject(bool smash = true); |