(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function...

This commit is contained in:
rubidium 2008-05-08 13:48:34 +00:00
parent c74ca38970
commit ea218de179
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ static const uint16 _terraform_keycodes[] = {
'O',
};
void CcPlaySound1E(bool success, TileIndex tile, uint32 p1, uint32 p2);
static void PlaceProc_BuyLand(TileIndex tile)
{
DoCommandP(tile, 0, 0, CcPlaySound1E, CMD_PURCHASE_LAND_AREA | CMD_NO_WATER | CMD_MSG(STR_5806_CAN_T_PURCHASE_THIS_LAND));