From 1531993b0570f1a0af92a0238f4b871d233fa46f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 29 May 2006 19:54:11 +0000 Subject: Allow struts to force height as well as width. Hide "start game" button for players which are not the game controller. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 541 --- textscreen/txt_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/txt_table.c') diff --git a/textscreen/txt_table.c b/textscreen/txt_table.c index b2055825..20c74b53 100644 --- a/textscreen/txt_table.c +++ b/textscreen/txt_table.c @@ -92,7 +92,7 @@ static void CalcRowColSizes(txt_table_t *table, // Empty spacer if widget is NULL ww = 0; - wh = 1; + wh = 0; } if (wh > row_heights[y]) -- cgit v1.2.3