summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-02-14 03:10:22 +0000
committerbelugas <belugas@openttd.org>2008-02-14 03:10:22 +0000
commita36e666ca5bfc8699d3ebcb7d7302136f454dc4c (patch)
treea64cb6f66b1fa1206c299ebfcc9b24258738bcc2 /src/gui.h
parent81b47a628f47d5844c566a4bdad00263ee3a4cdd (diff)
downloadopenttd-a36e666ca5bfc8699d3ebcb7d7302136f454dc4c.tar.xz
(svn r12136) -Fix(r12135): Code style compliance and... code style as such
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 b361409f3..ab93aec7a 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -106,7 +106,7 @@ void SetFiosType(const byte fiostype);
extern const TextColour _fios_colors[];
/* bridge_gui.cpp */
-void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType Transport_type, byte type);
+void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);
void ShowBuildIndustryWindow();
void ShowMusicWindow();