Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/objects/StarLoungeableObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/objects/StarLoungeableObject.cpp')
-rw-r--r--source/game/objects/StarLoungeableObject.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/objects/StarLoungeableObject.cpp b/source/game/objects/StarLoungeableObject.cpp
index eeeadb2..7a3fbea 100644
--- a/source/game/objects/StarLoungeableObject.cpp
+++ b/source/game/objects/StarLoungeableObject.cpp
@@ -51,6 +51,7 @@ LoungeAnchorConstPtr LoungeableObject::loungeAnchor(size_t positionIndex) const
auto loungeAnchor = make_shared<LoungeAnchor>();
+ loungeAnchor->suppressTools = false;
loungeAnchor->controllable = false;
loungeAnchor->direction = m_sitFlipDirection ? -direction() : direction();