summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-01-28 10:09:40 +0000
committertron <tron@openttd.org>2007-01-28 10:09:40 +0000
commit508dc154df8d845d84a2ed24ff801fc760cfe577 (patch)
tree11b4deb3cc72ca5ee663ed421d3b106ebd62c35a /src/gui.h
parentb6186cf39cb558df6422fd530c1f7fd7120d5bfb (diff)
downloadopenttd-508dc154df8d845d84a2ed24ff801fc760cfe577.tar.xz
(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
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index f91ea849e..96660bb09 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -57,7 +57,7 @@ void ShowShipViewWindow(const Vehicle *v);
void ShowBuildAirToolbar(void);
/* terraform_gui.c */
-void ShowTerraformToolbar(void);
+void ShowTerraformToolbar(Window *link = NULL);
/* tgp_gui.c */
void ShowGenerateLandscape(void);