(svn r4279) s/\<CL_/CLEAR_/

This commit is contained in:
tron
2006-04-04 21:35:13 +00:00
parent 6ead57890c
commit aa5777c874
7 changed files with 59 additions and 59 deletions

View File

@@ -82,7 +82,7 @@ static void GenerateRockyArea(TileIndex end, TileIndex start)
BEGIN_TILE_LOOP(tile, size_x, size_y, TileXY(sx, sy)) {
if (IsTileType(tile, MP_CLEAR) || IsTileType(tile, MP_TREES)) {
MakeClear(tile, CL_ROCKS, 3);
MakeClear(tile, CLEAR_ROCKS, 3);
MarkTileDirtyByTile(tile);
success = true;
}