From 15511678e32880001aba50c9230be5fb141dc0ad Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 21 Sep 2009 18:16:00 +0000 Subject: (svn r17603) -Codechange: since now, towns are 'founded' instead of 'built' --- src/callback_table.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/callback_table.cpp') diff --git a/src/callback_table.cpp b/src/callback_table.cpp index 0889e7d20..945a0e426 100644 --- a/src/callback_table.cpp +++ b/src/callback_table.cpp @@ -37,7 +37,7 @@ CommandCallback CcCloneVehicle; CommandCallback CcPlaySound10; CommandCallback CcPlaceSign; CommandCallback CcTerraform; -CommandCallback CcBuildTown; +CommandCallback CcFoundTown; CommandCallback CcGiveMoney; /* rail_gui.cpp */ @@ -77,7 +77,7 @@ CommandCallback * const _callback_table[] = { /* 0x06 */ CcBuildLoco, /* 0x07 */ CcBuildRoadVeh, /* 0x08 */ CcBuildShip, - /* 0x09 */ CcBuildTown, + /* 0x09 */ CcFoundTown, /* 0x0A */ CcBuildRoadTunnel, /* 0x0B */ CcBuildRailTunnel, /* 0x0C */ CcBuildWagon, -- cgit v1.2.3-54-g00ecf