From 990f7b87c1b328b0cb2b663d37f4a1de50edf56c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 23 Apr 2016 10:26:15 -0400 Subject: TITANIC: Sort out PET enter and leave methods --- engines/titanic/pet_control/pet_sound.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/pet_control/pet_sound.h') diff --git a/engines/titanic/pet_control/pet_sound.h b/engines/titanic/pet_control/pet_sound.h index de6c637bd2..55e1f8a45c 100644 --- a/engines/titanic/pet_control/pet_sound.h +++ b/engines/titanic/pet_control/pet_sound.h @@ -55,6 +55,11 @@ public: * Reset the glyph */ virtual bool reset(); + + /** + * Handles any secondary drawing of the glyph + */ + virtual void draw2(CScreenManager *screenManager); }; } // End of namespace Titanic -- cgit v1.2.3