aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game_data.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-02 21:29:33 -0400
committerPaul Gilbert2014-05-02 21:29:33 -0400
commita54aeaccce5d3db455a0017ce302065b29e6c215 (patch)
tree29fd9a012c6033887eebba460fb60cbd9803501f /engines/mads/game_data.cpp
parentdbbd7feab727e463f4aed0e9b496aaca99efddcd (diff)
downloadscummvm-rg350-a54aeaccce5d3db455a0017ce302065b29e6c215.tar.gz
scummvm-rg350-a54aeaccce5d3db455a0017ce302065b29e6c215.tar.bz2
scummvm-rg350-a54aeaccce5d3db455a0017ce302065b29e6c215.zip
MADS: Misc savegame fixes and added meta query info
Diffstat (limited to 'engines/mads/game_data.cpp')
-rw-r--r--engines/mads/game_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/game_data.cpp b/engines/mads/game_data.cpp
index 4a9d02c75f..0e2dcec70f 100644
--- a/engines/mads/game_data.cpp
+++ b/engines/mads/game_data.cpp
@@ -47,7 +47,7 @@ bool VisitedScenes::exists(int sceneId) {
}
void VisitedScenes::synchronize(Common::Serializer &s) {
- SynchronizedList:synchronize(s);
+ SynchronizedList::synchronize(s);
s.syncAsByte(_sceneRevisited);
}