aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/announce.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-13 15:09:57 -0400
committerPaul Gilbert2016-08-13 15:09:57 -0400
commit786f2ca4487ea852bf3f4b95dbafc8499ed526cb (patch)
tree7369c693a1f66272e2f8c9f9f64cc8b6ba0fd9dd /engines/titanic/game/announce.cpp
parentbbc9e072271e787dd151f24f4b4c43a0528c5ee3 (diff)
downloadscummvm-rg350-786f2ca4487ea852bf3f4b95dbafc8499ed526cb.tar.gz
scummvm-rg350-786f2ca4487ea852bf3f4b95dbafc8499ed526cb.tar.bz2
scummvm-rg350-786f2ca4487ea852bf3f4b95dbafc8499ed526cb.zip
TITANIC: Implementing CBarbot game object class
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");
}