aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/game.cpp')
-rw-r--r--engines/mads/game.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index 82a7b66c92..d3e3987d4e 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -288,11 +288,9 @@ void Game::sectionLoop() {
}
// Clear the scene
- _scene.free();
+ _scene.freeCurrentScene();
_sectionNumber = _scene._nextSceneId / 100;
- // TODO: sub_1DD46(3)
-
// Check whether to show a dialog
checkShowDialog();
}