aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_inventory.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-27 22:31:24 -0400
committerPaul Gilbert2017-07-27 22:31:24 -0400
commitc1ed17ce861d7434f5b1aabb70a54cef250b6378 (patch)
treeffeac588df7ee41ea3c2dc2eab97f88c54680c7b /engines/titanic/pet_control/pet_inventory.h
parent27f51565c3046015110fa5ca4ff16036972348dc (diff)
downloadscummvm-rg350-c1ed17ce861d7434f5b1aabb70a54cef250b6378.tar.gz
scummvm-rg350-c1ed17ce861d7434f5b1aabb70a54cef250b6378.tar.bz2
scummvm-rg350-c1ed17ce861d7434f5b1aabb70a54cef250b6378.zip
TITANIC: Cleanup/renaming of inventory glyph animatin code
Diffstat (limited to 'engines/titanic/pet_control/pet_inventory.h')
-rw-r--r--engines/titanic/pet_control/pet_inventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_inventory.h b/engines/titanic/pet_control/pet_inventory.h
index 7efc0755d8..8a95efbc24 100644
--- a/engines/titanic/pet_control/pet_inventory.h
+++ b/engines/titanic/pet_control/pet_inventory.h
@@ -166,7 +166,7 @@ public:
/**
* Play the animated movie for an object
*/
- void playMovie(CGameObject *movie, int flag);
+ void playMovie(CGameObject *movie, bool repeat = true);
};
} // End of namespace Titanic