aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-03 11:09:28 -0400
committerPaul Gilbert2014-05-03 11:09:28 -0400
commit84159c59efe95c682d4d727f48e93b08a93860da (patch)
tree389bcc202ec745954e3f732a596d5ba4c2ca67e8 /engines/mads/nebular/game_nebular.cpp
parent5e455e489fe252b9833db03e2186a46d79fec9a0 (diff)
downloadscummvm-rg350-84159c59efe95c682d4d727f48e93b08a93860da.tar.gz
scummvm-rg350-84159c59efe95c682d4d727f48e93b08a93860da.tar.bz2
scummvm-rg350-84159c59efe95c682d4d727f48e93b08a93860da.zip
MADS: Savegames are now working
Diffstat (limited to 'engines/mads/nebular/game_nebular.cpp')
-rw-r--r--engines/mads/nebular/game_nebular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/game_nebular.cpp b/engines/mads/nebular/game_nebular.cpp
index ce3f0869cd..546fdbea7c 100644
--- a/engines/mads/nebular/game_nebular.cpp
+++ b/engines/mads/nebular/game_nebular.cpp
@@ -748,7 +748,7 @@ void GameNebular::step() {
void GameNebular::synchronize(Common::Serializer &s, bool phase1) {
Game::synchronize(s, phase1);
- if (!phase1) {
+ if (phase1) {
_globals.synchronize(s);
s.syncAsByte(_storyMode);
s.syncAsByte(_difficulty);