[Scummvm-tracker] [ScummVM :: Bugs] #16382: STARK:Exit menu buttons are in wrong aspect ratio
ScummVM :: Bugs
trac at scummvm.org
Sat Dec 6 11:04:19 UTC 2025
#16382: STARK:Exit menu buttons are in wrong aspect ratio
-----------------------+----------------------------------
Reporter: chrisis123 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Stark
Version: | Resolution:
Keywords: | Game: The Longest Journey
-----------------------+----------------------------------
Comment (by antoniou79):
This is more from an informed guess rather than proper git bisect, but the
bug seems to be a side-effect of this commit:
https://github.com/scummvm/scummvm/commit/9517e680bec839a3b41e3ae2c0d568e3371f7a36
In particular the added line in engines/stark/visual/text.cpp, in method
VisualText::createBitmap()
https://github.com/scummvm/scummvm/blob/d0bb4a5f3b9b1ae1a7ae16cf578846eb921cf773/engines/stark/visual/text.cpp#L265
Commenting out this line, restores the previous (as in ScummVM 2.9.1)
dimensions for the button rectangular boxes.
Maybe this line should be adapted further (so that it doesn't use max
width there) or be only applied conditionally if the language is
Common::HE_ISR (or another RTL language(?))
--
Ticket URL: <https://bugs.scummvm.org/ticket/16382#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list