Refactor MapTooltip

This commit is contained in:
Aaron van Geffen 2020-07-30 21:21:08 +02:00
parent 768fcfcba2
commit cd5b506b6b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
// clang-format off
static rct_widget window_map_tooltip_widgets[] = {
{ WWT_IMGBTN, 0, 0, 199, 0, 29, 0xFFFFFFFF, STR_NONE },
MakeWidget({0, 0}, {200, 30}, WWT_IMGBTN, 0),
{ WIDGETS_END }
};