(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location.

This commit is contained in:
rubidium
2008-01-07 00:45:05 +00:00
parent cfcce9603c
commit 779ce7fda9
6 changed files with 469 additions and 456 deletions

View File

@@ -26,6 +26,7 @@ void CcTerraform(bool success, TileIndex tile, uint32 p1, uint32 p2)
if (success) {
SndPlayTileFx(SND_1F_SPLAT, tile);
} else {
extern TileIndex _terraform_err_tile;
SetRedErrorSquare(_terraform_err_tile);
}
}