diff options
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r-- | engines/mads/scene.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index af53710c34..eaa1cab7fa 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -148,7 +148,8 @@ void Scene::loadScene(int sceneId, const Common::String &prefix, bool palFlag) { int flags = _vm->_game->_v2 ? 0x4101 : 0x4100; if (!_vm->_textWindowStill) flags |= 0x200; - // TODO + _animation = Animation::init(_vm, this); + } void Scene::loadHotspots() { |