aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/titanic.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-03 17:43:37 -0400
committerPaul Gilbert2016-07-15 19:27:13 -0400
commitfb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc (patch)
tree0ce71b408ad206b4fb2bcaa75b2faac73d6756a0 /engines/titanic/titanic.h
parent3f12927b77735c17eedfbe14f36607ddc6580c83 (diff)
downloadscummvm-rg350-fb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc.tar.gz
scummvm-rg350-fb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc.tar.bz2
scummvm-rg350-fb06cb4dde4d612289ea1b5830f8cd1c9e1bedfc.zip
TITANIC: Added CMovieManager class
Diffstat (limited to 'engines/titanic/titanic.h')
-rw-r--r--engines/titanic/titanic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/titanic.h b/engines/titanic/titanic.h
index 9acf78cbf2..dd289714c9 100644
--- a/engines/titanic/titanic.h
+++ b/engines/titanic/titanic.h
@@ -36,7 +36,7 @@
#include "titanic/support/files_manager.h"
#include "titanic/main_game_window.h"
#include "titanic/support/exe_resources.h"
-#include "titanic/support/movie.h"
+#include "titanic/support/movie_manager.h"
#include "titanic/support/screen_manager.h"
#include "titanic/support/string.h"
#include "titanic/true_talk/tt_script_base.h"
@@ -106,6 +106,7 @@ public:
Debugger *_debugger;
Events *_events;
CFilesManager *_filesManager;
+ CMovieManager _movieManager;
Graphics::Screen *_screen;
OSScreenManager *_screenManager;
CMainGameWindow *_window;
@@ -114,7 +115,6 @@ public:
TTscriptBase *_script;
CTrueTalkManager *_trueTalkManager;
CExeResources _exeResources;
- CMovieList _activeMovies;
StringArray _itemNames;
StringArray _itemDescriptions;
CString _itemObjects[TOTAL_ITEMS];