synced with scummvm

svn-id: r4821
This commit is contained in:
Paweł Kołodziejski 2002-08-24 15:31:37 +00:00
parent fa181fcd8b
commit 9f993a1d29
46 changed files with 5117 additions and 371 deletions

View file

@ -597,7 +597,7 @@ void Scumm::saveOrLoad(Serializer *s)
int var98Backup;
if (_mixer && !s->isSaving())
_mixer->stop_all();
_mixer->stopAll();
if (_current_version == VER_V9)
s->saveLoadEntries(this, mainEntriesV9);