From b4cd24552dbbd76d9f1f3e83bb6b0b15dbae0e94 Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 4 Nov 2005 00:07:55 +0000 Subject: [PATCH] Useless (and erroneous) flag removed git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1946 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/comm.c b/sc2/src/sc2code/comm.c index 8affca70c..12a559ab5 100644 --- a/sc2/src/sc2code/comm.c +++ b/sc2/src/sc2code/comm.c @@ -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);