Merge remote-tracking branch 'upstream/1.11' into 1.11

This commit is contained in:
dP
2021-01-25 22:53:44 +03:00
1111 changed files with 23665 additions and 81723 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ struct SubsidyListWindow : Window {
}
if (citymania::_fn_mod || !ScrollMainWindowToTile(xy)) {
if (citymania::_fn_mod) ShowExtraViewPortWindow(xy);
if (citymania::_fn_mod) ShowExtraViewportWindow(xy);
/* otherwise determine dst coordinate for subsidy and scroll to it */
switch (s->dst_type) {
@@ -95,7 +95,7 @@ struct SubsidyListWindow : Window {
}
if (citymania::_fn_mod) {
ShowExtraViewPortWindow(xy);
ShowExtraViewportWindow(xy);
} else {
ScrollMainWindowToTile(xy);
}