author | tron |
Tue, 29 Aug 2006 06:43:22 +0000 | |
changeset 4439 | 00ac1d17d72e |
parent 4438 | c8b86504b83c |
child 4440 | 292881d13622 |
viewport.c | file | annotate | diff | comparison | revisions |
--- a/viewport.c Tue Aug 29 06:39:00 2006 +0000 +++ b/viewport.c Tue Aug 29 06:43:22 2006 +0000 @@ -1149,7 +1149,7 @@ if (!(_display_opt & DO_TRANS_SIGNS) || ss->string == STR_2806) DrawFrameRect( x, y, x + w, bottom, ss->color, - (_display_opt & DO_TRANS_BUILDINGS) ? FR_TRANSPARENT | FR_NOBORDER : 0 + (_display_opt & DO_TRANS_BUILDINGS) ? FR_TRANSPARENT : 0 ); }