diff options
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/access.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/access/access.cpp b/engines/access/access.cpp index 1e3e3a7754..9b49b9f55c 100644 --- a/engines/access/access.cpp +++ b/engines/access/access.cpp @@ -539,6 +539,9 @@ void AccessEngine::synchronize(Common::Serializer &s) { s.syncAsUint16LE(_mapOffset); s.syncAsUint16LE(_screenVirtX); + for (int i = 0; i < 100; ++i) + s.syncAsByte(_establishTable[i]); + // Synchronize sub-objects _timers.synchronize(s); _inventory->synchronize(s); |