Merge remote-tracking branch 'upstream/1.11' into 1.11
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user