From 07316afaa423a95308364290554379491317909d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 5 Oct 2016 22:44:14 -0400 Subject: TITANIC: Add movie command to the debugger --- engines/titanic/game/movie_tester.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/titanic/game') diff --git a/engines/titanic/game/movie_tester.h b/engines/titanic/game/movie_tester.h index 17a7d489d8..60eacee7e9 100644 --- a/engines/titanic/game/movie_tester.h +++ b/engines/titanic/game/movie_tester.h @@ -45,6 +45,14 @@ public: * Load the data for the class from file */ virtual void load(SimpleFile *file); + + /** + * Loads a movie + */ + void loadMovie(const CString &name, bool pendingFlag = true) { + CGameObject::loadMovie(name, pendingFlag); + _surface->flipVertically(); + } }; } // End of namespace Titanic -- cgit v1.2.3