[Scummvm-tracker] [ScummVM :: Bugs] #12869: AGS: 5daysastranger - saved game names retain first letter only
ScummVM :: Bugs
trac at scummvm.org
Mon Sep 6 23:31:22 UTC 2021
#12869: AGS: 5daysastranger - saved game names retain first letter only
--------------------+--------------------------
Reporter: Arjak89 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: AGS
Version: | Resolution:
Keywords: | Game:
--------------------+--------------------------
Comment (by criezy):
The issue in the AGS load dialog was caused by a recent change to use U32
strings for savegame descriptions (with 4 bytes per characters). But the
code in AGS had not been updated and was still treating it as a 8-bit
string (1 byte per character). As the second byte of the string is null,
it though the end of the string had been reached.
This is now fixed.
The issue with the ScummVM load dialog Grid view is a separate issue.
--
Ticket URL: <https://bugs.scummvm.org/ticket/12869#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list