mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
Codechange: remove unused path in DrawSortButton and simplify calling
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ public:
|
||||
{
|
||||
switch (widget) {
|
||||
case WID_BBS_DROPDOWN_ORDER:
|
||||
this->DrawSortButtonState(widget, this->bridges.IsDescSortOrder() ? SBS_DOWN : SBS_UP);
|
||||
this->DrawSortButton(widget, this->bridges.IsDescSortOrder());
|
||||
break;
|
||||
|
||||
case WID_BBS_BRIDGE_LIST: {
|
||||
|
||||
Reference in New Issue
Block a user