From c1ed17ce861d7434f5b1aabb70a54cef250b6378 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 27 Jul 2017 22:31:24 -0400 Subject: TITANIC: Cleanup/renaming of inventory glyph animatin code --- engines/titanic/pet_control/pet_inventory_glyphs.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'engines/titanic/pet_control/pet_inventory_glyphs.h') diff --git a/engines/titanic/pet_control/pet_inventory_glyphs.h b/engines/titanic/pet_control/pet_inventory_glyphs.h index cf1cfb392b..e35ecc00f7 100644 --- a/engines/titanic/pet_control/pet_inventory_glyphs.h +++ b/engines/titanic/pet_control/pet_inventory_glyphs.h @@ -44,14 +44,15 @@ private: int getItemIndex(CGameObject *item, bool isLoading); /** - * Start any movie for the background + * Start a repeated animation for the item */ - void startBackgroundMovie(); + void startRepeatedMovie(); /** - * Start any movie for the foreground item + * Start a singular (non-repeating) animation for the item, + * such as an item's transformation into a piece of Titania */ - void startForegroundMovie(); + void startSingularMovie(); /** * Stop any previously started foreground or background movie -- cgit v1.2.3