mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-23 13:40:35 +01:00
This commit is contained in:
parent
ac2087a3eb
commit
c5ec8fb05f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user