From 82a1f6f0aa0afd414e3de677ab49e7ea1c15f226 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 2 May 2016 20:34:21 -0400 Subject: TITANIC: Implement Deploy Relaxation Device glyph --- engines/titanic/pet_control/pet_remote_glyphs.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '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 edf1dce80f..a41f6431a6 100644 --- a/engines/titanic/pet_control/pet_remote_glyphs.cpp +++ b/engines/titanic/pet_control/pet_remote_glyphs.cpp @@ -303,4 +303,16 @@ void CDeployFloralGlyph::getTooltip(CPetText *text) { } +/*------------------------------------------------------------------------*/ + +bool CDeployRelaxationGlyph::setup(CPetControl *petControl, CPetGlyphs *owner) { + CToggleRemoteGlyph::setup(petControl, owner); + setDefaults("3PetBedfoot", petControl); + return true; +} + +void CDeployRelaxationGlyph::getTooltip(CPetText *text) { + text->setText("Deploy fully recumbent relaxation device"); +} + } // End of namespace Titanic -- cgit v1.2.3