forked from mirror/OpenTTD
(svn r8436) -Fix
-Feature: When linking the terraform toolbar to the build toolbars place them side by side instead of on top of each other
This commit is contained in:
@@ -624,7 +624,7 @@ void ShowBuildRailToolbar(RailType railtype, int button)
|
||||
_build_railroad_button_proc[button](w);
|
||||
UpdateRemoveWidgetStatus(w, button + 4);
|
||||
}
|
||||
if (_patches.link_terraform_toolbar) ShowTerraformToolbar();
|
||||
if (_patches.link_terraform_toolbar) ShowTerraformToolbar(w);
|
||||
}
|
||||
|
||||
/* TODO: For custom stations, respect their allowed platforms/lengths bitmasks!
|
||||
|
Reference in New Issue
Block a user