aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-30 19:59:35 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd312ac086d0a1cd19c784e1fd7752652f8896ad8 (patch)
treed66745594e2e1d90ee71ca6e2fd0d11a0e89458d /engines/dm/dm.cpp
parent6d2d839d2721917e2c512511da544a07a9382322 (diff)
downloadscummvm-rg350-d312ac086d0a1cd19c784e1fd7752652f8896ad8.tar.gz
scummvm-rg350-d312ac086d0a1cd19c784e1fd7752652f8896ad8.tar.bz2
scummvm-rg350-d312ac086d0a1cd19c784e1fd7752652f8896ad8.zip
DM: Add dependencies for F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF
Diffstat (limited to 'engines/dm/dm.cpp')
-rw-r--r--engines/dm/dm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 924988d39d..66a11250e8 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -50,6 +50,7 @@
#include "text.h"
#include "movesens.h"
#include "group.h"
+#include "timeline.h"
namespace DM {
@@ -104,6 +105,7 @@ DMEngine::DMEngine(OSystem *syst) : Engine(syst), _console(nullptr) {
_textMan = nullptr;
_movsens = nullptr;
_groupMan = nullptr;
+ _timeline = nullptr;
_stopWaitingForPlayerInput = false;
_gameTimeTicking = false;
_restartGameAllowed = false;
@@ -133,6 +135,7 @@ DMEngine::~DMEngine() {
delete _textMan;
delete _movsens;
delete _groupMan;
+ delete _timeline;
// clear debug channels
DebugMan.clearAllDebugChannels();
@@ -216,6 +219,7 @@ Common::Error DMEngine::run() {
_textMan = new TextMan(this);
_movsens = new MovesensMan(this);
_groupMan = new GroupMan(this);
+ _timeline = new Timeline(this);
_displayMan->setUpScreens(320, 200);
initializeGame(); // @ F0463_START_InitializeGame_CPSADEF