forked from mirror/OpenTTD
Cleanup: Give SetDirtyBlocks
a more descriptive name.
This commit is contained in:
committed by
Charles Pigott
parent
caab095e4e
commit
8652a4db76
@@ -571,7 +571,7 @@ private:
|
||||
if (this->viewport != nullptr) this->viewport->top += newtop - this->top;
|
||||
this->top = newtop;
|
||||
|
||||
SetDirtyBlocks(this->left, mintop, this->left + this->width, maxtop + this->height);
|
||||
AddDirtyBlock(this->left, mintop, this->left + this->width, maxtop + this->height);
|
||||
}
|
||||
|
||||
StringID GetCompanyMessageString() const
|
||||
|
Reference in New Issue
Block a user