mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function...
This commit is contained in:
parent
c74ca38970
commit
ea218de179
@ -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…
Reference in New Issue
Block a user