From ea218de179804342c9637aba602a0c297bf4689e Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 May 2008 13:48:34 +0000 Subject: [PATCH] (svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function... --- src/terraform_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/terraform_gui.cpp b/src/terraform_gui.cpp index 3a7b46193a..692c7cc57b 100644 --- a/src/terraform_gui.cpp +++ b/src/terraform_gui.cpp @@ -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));