Useless (and erroneous) flag removed

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1946 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-11-04 00:07:55 +00:00
parent e7d64ddf9c
commit b4cd24552d
+1 -1
View File
@@ -2008,7 +2008,7 @@ HailAlien (void)
// init subtitle cache context
TextCacheContext = CaptureContext (CreateContext ());
TextCacheFrame = CaptureDrawable (CreateDrawable (WANT_PIXMAP | WANT_MASK,
TextCacheFrame = CaptureDrawable (CreateDrawable (WANT_PIXMAP,
SIS_SCREEN_WIDTH, SIS_SCREEN_HEIGHT - SLIDER_Y - SLIDER_HEIGHT + 2,
1));
SetContext (TextCacheContext);