aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/announce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/announce.cpp')
-rw-r--r--engines/titanic/game/announce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/announce.cpp b/engines/titanic/game/announce.cpp
index 04e7a84271..3b7dbe28cb 100644
--- a/engines/titanic/game/announce.cpp
+++ b/engines/titanic/game/announce.cpp
@@ -104,7 +104,7 @@ bool CAnnounce::TimerMsg(CTimerMsg *msg) {
} else if (msg->_timerCtr == 2) {
CParrotSpeakMsg speakMsg;
- speakMsg._value1 = "Announcements";
+ speakMsg._target = "Announcements";
speakMsg.execute("PerchedParrot");
}