From 00cb975f158d82f80bcad3e025aeaedc8a5cd7d9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 2 May 2016 20:30:28 -0400 Subject: TITANIC: Implement Deploy Floral Enhancement glyph --- engines/titanic/pet_control/pet_remote.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/titanic/pet_control/pet_remote.cpp') 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; } -- cgit v1.2.3