mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-22 04:59:32 +01:00
This commit is contained in:
parent
ac2087a3eb
commit
c5ec8fb05f
@ -218,7 +218,7 @@ public:
|
||||
bool NeedResort()
|
||||
{
|
||||
if (--this->resort_timer == 0) {
|
||||
this->flags.Reset(SortListFlag::Resort);
|
||||
this->flags.Set(SortListFlag::Resort);
|
||||
this->ResetResortTimer();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user