mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
AGS: Fix missing savegame description in querySaveMetaInfos
This caused the description to be missing in the Grid View of the ScummVM saveload dialog for example.
This commit is contained in:
parent
60d86686e6
commit
2224ab4d17
@ -111,7 +111,7 @@ SaveStateDescriptor AGSMetaEngine::querySaveMetaInfos(const char *target, int sl
|
||||
rich_media_header.ReadFromFile(&saveFile);
|
||||
|
||||
if (rich_media_header.dwMagicNumber == RM_MAGICNUMBER) {
|
||||
SaveStateDescriptor desc(slot, Common::U32String());
|
||||
SaveStateDescriptor desc(slot, rich_media_header.getSaveName());
|
||||
|
||||
// Thumbnail handling
|
||||
if (rich_media_header.dwThumbnailOffsetLowerDword != 0 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user