Regularly update alignment/baseline information for moving text.
(ZFP at least; this may affect the Syreen as well. See Bug #919.) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2510 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1781,6 +1781,9 @@ do_subtitles (UNICODE *pStr)
|
||||
{
|
||||
case READ_SUBTITLE:
|
||||
{
|
||||
/* Baseline may be updated by the ZFP */
|
||||
SubtitleText.baseline = CommData.AlienTextBaseline;
|
||||
SubtitleText.align = CommData.AlienTextAlign;
|
||||
SubtitleText.pStr = pStr;
|
||||
SubtitleText.CharCount = (COUNT)~0;
|
||||
subtitle_state = WAIT_SUBTITLE;
|
||||
|
||||
Reference in New Issue
Block a user