parent
27bf2ad560
commit
f974b48a41
5 changed files with 18 additions and 2 deletions
|
@ -877,6 +877,9 @@ void ScummEngine::saveOrLoad(Serializer *s, uint32 savegameVersion) {
|
|||
_imuseDigital->saveOrLoad(s);
|
||||
}
|
||||
|
||||
// This is probably only needed for Loom.
|
||||
saveOrLoadCursorImages(s);
|
||||
|
||||
if (s->isLoading())
|
||||
setupVolumes();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue