(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:
tron
2007-01-28 10:09:40 +00:00
parent b6186cf39c
commit 508dc154df
6 changed files with 17 additions and 10 deletions

View File

@@ -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!