mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
Cleanup: Give SetDirtyBlocks a more descriptive name.
This commit is contained in:
committed by
Charles Pigott
parent
caab095e4e
commit
8652a4db76
+1
-1
@@ -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