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:
mcmartin
2006-11-20 00:12:41 +00:00
parent 1022010830
commit d1e34b7862
+3
View File
@@ -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;