mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 09:22:42 +01:00
(svn r14390) -Codechange: replace magic constants with symbolic constants.
This commit is contained in:
@@ -434,7 +434,7 @@ public:
|
||||
|
||||
case SLW_SORTBY: // flip sorting method asc/desc
|
||||
this->stations.ToggleSortOrder();
|
||||
this->flags4 |= 5 << WF_TIMEOUT_SHL;
|
||||
this->flags4 |= WF_TIMEOUT_BEGIN;
|
||||
this->LowerWidget(SLW_SORTBY);
|
||||
this->SetDirty();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user