mirror of https://github.com/OpenTTD/OpenTTD
pull/13826/head
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