aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-18 22:56:00 -0500
committerPaul Gilbert2017-02-18 22:56:00 -0500
commit66f3458a2be4a9a490b406a4e9a100be43849725 (patch)
treec1c7cdbf58d9b4db615faa536e61a68fcde14767 /engines/titanic/npcs
parentcc169fc5754af814c8e91e970eae384f3c4c4074 (diff)
downloadscummvm-rg350-66f3458a2be4a9a490b406a4e9a100be43849725.tar.gz
scummvm-rg350-66f3458a2be4a9a490b406a4e9a100be43849725.tar.bz2
scummvm-rg350-66f3458a2be4a9a490b406a4e9a100be43849725.zip
TITANIC: Renamings for CCarry class
Diffstat (limited to 'engines/titanic/npcs')
-rw-r--r--engines/titanic/npcs/bellbot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/bellbot.cpp b/engines/titanic/npcs/bellbot.cpp
index 378112039b..36c57fe467 100644
--- a/engines/titanic/npcs/bellbot.cpp
+++ b/engines/titanic/npcs/bellbot.cpp
@@ -135,7 +135,7 @@ bool CBellBot::MovieEndMsg(CMovieEndMsg *msg) {
}
bool CBellBot::Use(CUse *msg) {
- dynamic_cast<CCarry *>(msg->_item)->_string1 = "Bellbot";
+ dynamic_cast<CCarry *>(msg->_item)->_npcUse = "Bellbot";
return true;
}