Update to 1.9.0-beta3

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2019-02-25 16:08:46 +03:00
parent 68febec2a3
commit 7c38d218f1
145 changed files with 2398 additions and 1326 deletions

View File

@@ -2070,7 +2070,7 @@ void RebuildViewportOverlay(Window *w)
if (w->viewport->overlay != NULL &&
w->viewport->overlay->GetCompanyMask() != 0 &&
w->viewport->overlay->GetCargoMask() != 0) {
w->viewport->overlay->RebuildCache();
w->viewport->overlay->SetDirty();
w->SetDirty();
}
}