(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'

This commit is contained in:
smatz
2009-09-21 18:16:00 +00:00
parent 60a13f49bd
commit 15511678e3
9 changed files with 18 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ extern const TextColour _fios_colours[];
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);
void ShowBuildIndustryWindow();
void ShowBuildTownWindow();
void ShowFoundTownWindow();
void ShowMusicWindow();