From 49467a81827e6512e4929c2e498314a6bb7f9f3a Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sat, 8 Jan 2005 03:37:38 +0000 Subject: [PATCH] make automap fonts transparent --- ChangeLog | 2 ++ main/automap.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8d10adae..059e41fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * main/state.c: fix problems with copying/deleting save files + * main/automap.c: make automap fonts transparent. + 2005-01-07 Bradley Bell * main/menu.c: In Load Level, if there is no current mission, diff --git a/main/automap.c b/main/automap.c index 8a533cc8..229614fc 100644 --- a/main/automap.c +++ b/main/automap.c @@ -1,4 +1,4 @@ -/* $Id: automap.c,v 1.19 2004-10-09 15:59:28 schaffner Exp $ */ +/* $Id: automap.c,v 1.20 2005-01-08 03:37:38 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -747,6 +747,7 @@ WINDOS( gr_set_current_canvas(temp_canv); gr_set_curfont(font); + temp_canv->cv_bitmap.bm_flags |= BM_FLAG_TRANSPARENT; gr_clear_canvas(TRANSPARENCY_COLOR); //trans color gr_set_fontcolor(fc,bc); gr_printf(0,0,s); -- 2.39.2