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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index ed97dca746..ea87a1f4d1 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -477,7 +477,7 @@ void Game::synchronize(Common::Serializer &s, bool phase1) {
_scene.synchronize(s);
_objects.synchronize(s);
- _visitedScenes.synchronize(s);
+ _visitedScenes.synchronize(s, _scene._nextSceneId);
_player.synchronize(s);
_screenObjects.synchronize(s);
} else {