aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-06 20:52:36 -0500
committerPaul Gilbert2016-11-06 20:52:36 -0500
commit11f9af68c94303d29b420f53414d9a8fc840b328 (patch)
treee9052dfe3ded77cc4369b964fdd3f403f38bee6f /engines/titanic/pet_control
parent42d66808371033144229a5c7ffb248af85e878c8 (diff)
downloadscummvm-rg350-11f9af68c94303d29b420f53414d9a8fc840b328.tar.gz
scummvm-rg350-11f9af68c94303d29b420f53414d9a8fc840b328.tar.bz2
scummvm-rg350-11f9af68c94303d29b420f53414d9a8fc840b328.zip
TITANIC: Fix triggering BellBot summon
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 294a99bbb1..606a957e72 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -604,6 +604,7 @@ void CPetControl::onSummonBot(const CString &name, int val) {
COnSummonBotMsg summonMsg(val);
summonMsg.execute(bot);
+ makeDirty();
}
}