[Scummvm-tracker] [ScummVM :: Bugs] #15535: drawType2 improperly searches for a title.
ScummVM :: Bugs
trac at scummvm.org
Sat Nov 30 00:59:18 UTC 2024
#15535: drawType2 improperly searches for a title.
-------------------------------+--------------------------
Reporter: BehindTimes | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: DGDS
Version: | Keywords:
Game: Rise of the Dragon |
-------------------------------+--------------------------
drawType2 currently searches for a colon (:) to find the title, and if
there's no colon, it just assumes it's all text.
The dialog when looking at the city hall though has a colon later in the
text, which needs to be displayed as text, rather than having an extremely
long header which runs outside the bounds of the dialog.
This could be corrected if, when searching for the colon, the colon
appeared before any carriage returns (\r), and if not, the colon would be
part of the text.
--
Ticket URL: <https://bugs.scummvm.org/ticket/15535>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list