aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/true_talk/tt_concept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/tt_concept.cpp b/engines/titanic/true_talk/tt_concept.cpp
index 1f1822cbc8..acb2e61e9e 100644
--- a/engines/titanic/true_talk/tt_concept.cpp
+++ b/engines/titanic/true_talk/tt_concept.cpp
@@ -131,7 +131,7 @@ void TTconcept::setScriptType(ScriptType scriptType) {
int TTconcept::initializeWordRef(TTword *word) {
delete _wordP;
- _wordP = word;
+ _wordP = word->copy();
return 0;
}