diff options
author | Paul Gilbert | 2014-12-12 23:24:49 -0500 |
---|---|---|
committer | Paul Gilbert | 2014-12-12 23:24:49 -0500 |
commit | 330cb5fb07c18ecd61e1cac20ce3e030dfe5687b (patch) | |
tree | 90cae95b709fb88c95639d9d4bc3cb8663f28e1b /engines/access | |
parent | de63e2afbc967016e5cdd1d5aff126a1fca7d4ed (diff) | |
download | scummvm-rg350-330cb5fb07c18ecd61e1cac20ce3e030dfe5687b.tar.gz scummvm-rg350-330cb5fb07c18ecd61e1cac20ce3e030dfe5687b.tar.bz2 scummvm-rg350-330cb5fb07c18ecd61e1cac20ce3e030dfe5687b.zip |
ACCESS: Remove old dummy unused fields from savegame
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/amazon/amazon_game.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/access/amazon/amazon_game.cpp b/engines/access/amazon/amazon_game.cpp index af9de52cc2..793a601d34 100644 --- a/engines/access/amazon/amazon_game.cpp +++ b/engines/access/amazon/amazon_game.cpp @@ -767,10 +767,6 @@ void AmazonEngine::synchronize(Common::Serializer &s) { s.syncAsSint16LE(_rawInactiveY); s.syncAsSint16LE(_inactiveYOff); - int dummy = 0; - for (int i = 0; i < 100; ++i) - s.syncAsSint16LE(dummy); - for (int i = 0; i < 366; ++i) { s.syncAsByte(_help1[i]); s.syncAsByte(_help2[i]); |