Fixed bug #1093845 after discussing with Fingolfin.

svn-id: r16449
This commit is contained in:
Torbjörn Andersson 2005-01-06 15:57:12 +00:00
parent 27bf2ad560
commit f974b48a41
5 changed files with 18 additions and 2 deletions

View file

@ -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();
}