aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/hose.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/hose.cpp')
-rw-r--r--engines/titanic/carry/hose.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/carry/hose.cpp b/engines/titanic/carry/hose.cpp
index e90119138a..3bfb4eae47 100644
--- a/engines/titanic/carry/hose.cpp
+++ b/engines/titanic/carry/hose.cpp
@@ -22,6 +22,7 @@
#include "titanic/carry/hose.h"
#include "titanic/npcs/succubus.h"
+#include "titanic/titanic.h"
namespace Titanic {
@@ -44,7 +45,7 @@ void CHose::deinit() {
}
CHose::CHose() : CCarry(),
- _string6("Succ-U-Bus auxiliary hose attachment incompatible with sliding glass cover.") {
+ _string6(g_vm->_strings[HOSE_INCOMPATIBLE]) {
}
void CHose::save(SimpleFile *file, int indent) {