aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-02 20:30:28 -0400
committerPaul Gilbert2016-07-10 16:38:10 -0400
commit00cb975f158d82f80bcad3e025aeaedc8a5cd7d9 (patch)
tree2ac99eb33f4a82ea72c64f5caca16351e78f42ce /engines/titanic/pet_control/pet_remote.cpp
parentab769eee0c99f262052b7a15295a74053943a372 (diff)
downloadscummvm-rg350-00cb975f158d82f80bcad3e025aeaedc8a5cd7d9.tar.gz
scummvm-rg350-00cb975f158d82f80bcad3e025aeaedc8a5cd7d9.tar.bz2
scummvm-rg350-00cb975f158d82f80bcad3e025aeaedc8a5cd7d9.zip
TITANIC: Implement Deploy Floral Enhancement glyph
Diffstat (limited to 'engines/titanic/pet_control/pet_remote.cpp')
-rw-r--r--engines/titanic/pet_control/pet_remote.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_remote.cpp b/engines/titanic/pet_control/pet_remote.cpp
index 1ed0251f24..6ba6e558c3 100644
--- a/engines/titanic/pet_control/pet_remote.cpp
+++ b/engines/titanic/pet_control/pet_remote.cpp
@@ -329,6 +329,10 @@ bool CPetRemote::loadGlyph(int glyphIndex) {
glyph = new COperateLightsGlyph();
break;
+ case GLYPH_DEPLOY_FLORAL:
+ glyph = new CDeployFloralGlyph();
+ break;
+
default:
break;
}