Skip to content

Commit

Permalink
ACCESS: Add missing table to savegames
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent 3627ff5 commit fb6d923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/access/access.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit fb6d923

Please sign in to comment.