ASYLUM: Move skipScriptProcessing and isEncounterRunning flags to SharedData
This commit is contained in:
parent
c935ba9eae
commit
d1b6bbabfd
10 changed files with 39 additions and 46 deletions
|
@ -576,6 +576,10 @@ void AsylumEngine::saveLoadWithSerializer(Common::Serializer &s) {
|
|||
// the proper order
|
||||
_data.saveLoadAmbientSoundData(s);
|
||||
|
||||
// Original skips two elements
|
||||
// (original has one unused, one used for debugging screen update counts)
|
||||
s.skip(8);
|
||||
|
||||
// Script queue
|
||||
_script->saveLoadWithSerializer(s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue