[Scummvm-git-logs] scummvm master -> 093e385c0d1750a868694ae1bd017e2dc4ec0a1d

dreammaster dreammaster at scummvm.org
Mon Nov 14 05:09:27 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
093e385c0d TITANIC: Fix icon for basin remote glyph


Commit: 093e385c0d1750a868694ae1bd017e2dc4ec0a1d
    https://github.com/scummvm/scummvm/commit/093e385c0d1750a868694ae1bd017e2dc4ec0a1d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-11-13T23:09:20-05:00

Commit Message:
TITANIC: Fix icon for basin remote glyph

Changed paths:
    engines/titanic/pet_control/pet_remote_glyphs.cpp



diff --git a/engines/titanic/pet_control/pet_remote_glyphs.cpp b/engines/titanic/pet_control/pet_remote_glyphs.cpp
index 8125782..8e27797 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;
 }
 





More information about the Scummvm-git-logs mailing list