diff options
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |