aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-10 21:40:55 -0400
committerPaul Gilbert2017-07-10 21:40:55 -0400
commiteb7306286f124f1f9a2285e840a14bba589c2fac (patch)
tree905f0b97152f507aed8729963c924399229d4a0e /engines/titanic/pet_control
parent4ec3c2875b5699e45a9467c297cd61b04e3e967a (diff)
downloadscummvm-rg350-eb7306286f124f1f9a2285e840a14bba589c2fac.tar.gz
scummvm-rg350-eb7306286f124f1f9a2285e840a14bba589c2fac.tar.bz2
scummvm-rg350-eb7306286f124f1f9a2285e840a14bba589c2fac.zip
TITANIC: Fix rendering of conversation text input
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 7ce2e988d2..94430c6194 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -330,6 +330,7 @@ bool CPetControl::KeyCharMsg(CKeyCharMsg *msg) {
if (isInputLocked())
return false;
+ makeDirty();
return _sections[_currentArea]->KeyCharMsg(msg);
}