aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index e2279e5bba..f5c5647688 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -131,7 +131,7 @@ void CPetControl::draw(CScreenManager *screenManager) {
if (!bounds.isEmpty()) {
if (_fieldC8 >= 0) {
- _inventory.proc5(_fieldC8);
+ _inventory.changed(_fieldC8);
_fieldC8 = -1;
}