aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry')
-rw-r--r--engines/titanic/carry/hose.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/hose.cpp b/engines/titanic/carry/hose.cpp
index ac7c7813ca..0abbbdca30 100644
--- a/engines/titanic/carry/hose.cpp
+++ b/engines/titanic/carry/hose.cpp
@@ -101,7 +101,7 @@ bool CHose::HoseConnectedMsg(CHoseConnectedMsg *msg) {
if (msg->_connected) {
CHose *hose = dynamic_cast<CHose *>(findChildInstanceOf(CHose::_type));
if (hose) {
- setVisible(true);
+ hose->setVisible(true);
hose->petAddToInventory();
}
}