aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index 8e8c033664..ca88038c01 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -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();
}