summaryrefslogtreecommitdiff
path: root/textscreen/txt_table.c
diff options
context:
space:
mode:
authorSimon Howard2006-05-29 19:54:11 +0000
committerSimon Howard2006-05-29 19:54:11 +0000
commit1531993b0570f1a0af92a0238f4b871d233fa46f (patch)
treeaa111c9b1ab53612a67fefc2ef7d488c667bd841 /textscreen/txt_table.c
parent936e7e116d8860f858ce9d8b39b1bac39d7e66bf (diff)
downloadchocolate-doom-1531993b0570f1a0af92a0238f4b871d233fa46f.tar.gz
chocolate-doom-1531993b0570f1a0af92a0238f4b871d233fa46f.tar.bz2
chocolate-doom-1531993b0570f1a0af92a0238f4b871d233fa46f.zip
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
Diffstat (limited to 'textscreen/txt_table.c')
-rw-r--r--textscreen/txt_table.c2
1 files changed, 1 insertions, 1 deletions
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])