aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory_glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_inventory_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_inventory_glyphs.h9
1 files changed, 5 insertions, 4 deletions
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