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

pull/155/head
rubidium 16 years ago
parent 2c5db97704
commit 88e96a5638

@ -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));

Loading…
Cancel
Save