Blob Blame History Raw
Index: src/sc2code/comm.c
===================================================================
RCS file: /cvsroot/sc2/sc2/src/sc2code/comm.c,v
retrieving revision 1.73
diff -u -r1.73 comm.c
--- src/sc2code/comm.c	15 Jan 2004 07:52:44 -0000	1.73
+++ src/sc2code/comm.c	16 May 2004 01:23:45 -0000
@@ -198,7 +198,7 @@
 			// saves background to extra screen
 			TFB_DrawScreen_Copy (&r, TFB_SCREEN_MAIN, TFB_SCREEN_EXTRA);
 			// fills screen with transparent color
-			TFB_DrawScreen_Rect (&r, 0, 0, 255, TFB_SCREEN_MAIN);
+			TFB_DrawScreen_Rect (&r, 0, 0, 128, TFB_SCREEN_MAIN);
 
 			last_subtitle = pTextIn->pStr;
 		}
@@ -527,7 +527,7 @@
 	canvas = TFB_DrawCanvas_New_TrueColor (SIS_SCREEN_WIDTH,
 		SIS_SCREEN_HEIGHT - SLIDER_Y - SLIDER_HEIGHT + 2, FALSE);
 	subtitle_cache = TFB_DrawImage_New (canvas);
-	TFB_DrawCanvas_SetTransparentColor (subtitle_cache->NormalImg, 0, 0, 255, TRUE);
+	TFB_DrawCanvas_SetTransparentColor (subtitle_cache->NormalImg, 0, 0, 128, TRUE);
 }
 
 void