[ scummvm-Patches-618985 ] Regression fix: Text masking
noreply at sourceforge.net
noreply at sourceforge.net
Sat Oct 5 18:46:59 CEST 2002
Patches item #618985, was opened at 2002-10-05 18:46
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=618985&group_id=37116
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Regression fix: Text masking
Initial Comment:
In a recent attempt to fix the Full Throttle text
masking problems, we removed a line from drawString()
that would set charset._ignoreCharsetMask to 1. This
was needed to keep the verb strings, e.g. Full
Throttle's dialogue options, from being overdrawn by
actors.
It turns out that drawString() is also used to draw
strings that shouldn't mask, e.g. the credit texts in
Sam & Max's intro.
This patch makes it so that _ignoreCharsetMask is once
again set to 1, but not for verb strings.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=618985&group_id=37116
More information about the Scummvm-tracker
mailing list