mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-23 19:46:34 +00:00
(svn r17850) -Codechange: remove most usage of delta on OnResize
This commit is contained in:
@@ -1135,7 +1135,7 @@ public:
|
||||
|
||||
virtual void OnResize(Point delta)
|
||||
{
|
||||
if (delta.x != 0 && this->map_type == SMT_INDUSTRY) this->ResizeLegend();
|
||||
if (this->map_type == SMT_INDUSTRY) this->ResizeLegend();
|
||||
}
|
||||
|
||||
void SmallMapCenterOnCurrentPos()
|
||||
|
||||
Reference in New Issue
Block a user