aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-13 23:09:20 -0500
committerPaul Gilbert2016-11-13 23:09:20 -0500
commit093e385c0d1750a868694ae1bd017e2dc4ec0a1d (patch)
treedf604cb91263183c97ee63ce6fe7f1c7af4401db
parentf1db69d422ed93324633808763e8dbe8f09e5380 (diff)
downloadscummvm-rg350-093e385c0d1750a868694ae1bd017e2dc4ec0a1d.tar.gz
scummvm-rg350-093e385c0d1750a868694ae1bd017e2dc4ec0a1d.tar.bz2
scummvm-rg350-093e385c0d1750a868694ae1bd017e2dc4ec0a1d.zip
TITANIC: Fix icon for basin remote glyph
-rw-r--r--engines/titanic/pet_control/pet_remote_glyphs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_remote_glyphs.cpp b/engines/titanic/pet_control/pet_remote_glyphs.cpp
index 8125782828..8e27797ba1 100644
--- a/engines/titanic/pet_control/pet_remote_glyphs.cpp
+++ b/engines/titanic/pet_control/pet_remote_glyphs.cpp
@@ -451,7 +451,7 @@ void CDeployMinorRelaxationGlyph::getTooltip(CPetText *text) {
bool CDeploySinkGlyph::setup(CPetControl *petControl, CPetGlyphs *owner) {
CToggleRemoteGlyph::setup(petControl, owner);
- setDefaults("3PetDeskchair", petControl);
+ setDefaults("3PetBasin", petControl);
return true;
}