This commit is contained in:
Martin Černáč 2016-05-19 08:55:41 +02:00 committed by Ted John
parent 9e6df440b5
commit 01edc0ff19
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ enum {
};
static rct_widget window_dropdown_widgets[] = {
{ WWT_IMGBTN, 0, 0, 0, 0, 0, STR_NONE, STR_NONE },
{ WWT_IMGBTN, 0, 0, 0, 0, 0, SPR_NONE, STR_NONE },
{ WIDGETS_END },
};