aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory_glyphs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-05 19:58:11 -0400
committerPaul Gilbert2017-07-05 19:58:11 -0400
commit6d0207c7d6bbc9c329207cd3ffa120c4b6fc72b0 (patch)
tree6e56ebb4e9985722de42c7de1b55ec9b3549d317 /engines/titanic/pet_control/pet_inventory_glyphs.cpp
parent7ed7e022f1ef4cabb35cd38f8c04a1bb9bd6461f (diff)
downloadscummvm-rg350-6d0207c7d6bbc9c329207cd3ffa120c4b6fc72b0.tar.gz
scummvm-rg350-6d0207c7d6bbc9c329207cd3ffa120c4b6fc72b0.tar.bz2
scummvm-rg350-6d0207c7d6bbc9c329207cd3ffa120c4b6fc72b0.zip
TITANIC: Fix refreshing inventory tooltip when chicken gets cold
Diffstat (limited to 'engines/titanic/pet_control/pet_inventory_glyphs.cpp')
-rw-r--r--engines/titanic/pet_control/pet_inventory_glyphs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_inventory_glyphs.cpp b/engines/titanic/pet_control/pet_inventory_glyphs.cpp
index e49e0c5d9d..bda88baf44 100644
--- a/engines/titanic/pet_control/pet_inventory_glyphs.cpp
+++ b/engines/titanic/pet_control/pet_inventory_glyphs.cpp
@@ -181,7 +181,7 @@ bool CPetInventoryGlyph::doAction(CGlyphAction *action) {
}
break;
- case ACTION_REMOVE:
+ case ACTION_CHANGE:
if (_item == invAction->_item && _owner) {
int v = populateItem(_item, 0);
_background = owner->getBackground(v);