(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

@@ -827,7 +827,7 @@ static void ToolbarScenGenTown(Window *w)
{
w->HandleButtonClick(TBSE_TOWNGENERATE);
SndPlayFx(SND_15_BEEP);
ShowBuildTownWindow();
ShowFoundTownWindow();
}
static void ToolbarScenGenIndustry(Window *w)