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