aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote_glyphs.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-02 20:34:21 -0400
committerPaul Gilbert2016-07-10 16:38:11 -0400
commit82a1f6f0aa0afd414e3de677ab49e7ea1c15f226 (patch)
tree44c96241281baa7ae20a9c2c7d98a6d966eeaecc /engines/titanic/pet_control/pet_remote_glyphs.cpp
parent00cb975f158d82f80bcad3e025aeaedc8a5cd7d9 (diff)
downloadscummvm-rg350-82a1f6f0aa0afd414e3de677ab49e7ea1c15f226.tar.gz
scummvm-rg350-82a1f6f0aa0afd414e3de677ab49e7ea1c15f226.tar.bz2
scummvm-rg350-82a1f6f0aa0afd414e3de677ab49e7ea1c15f226.zip
TITANIC: Implement Deploy Relaxation Device glyph
Diffstat (limited to 'engines/titanic/pet_control/pet_remote_glyphs.cpp')
-rw-r--r--engines/titanic/pet_control/pet_remote_glyphs.cpp12
1 files changed, 12 insertions, 0 deletions
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