Changeset - r9150:12b4a928bb7e
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-05-08 13:48:34
rubidium@openttd.org
(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function...
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/terraform_gui.cpp
Show inline comments
 
@@ -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));
0 comments (0 inline, 0 general)