mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 23:49:09 +00:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user