diff -r 210381b46ae6 -r 5dded9b03500 src/tree_cmd.cpp --- a/src/tree_cmd.cpp Thu Jul 26 15:37:19 2007 +0000 +++ b/src/tree_cmd.cpp Thu Jul 26 16:51:10 2007 +0000 @@ -416,9 +416,9 @@ return z + GetPartialZ(x & 0xF, y & 0xF, tileh); } -static Slope GetSlopeTileh_Trees(TileIndex tile, Slope tileh) +static Foundation GetFoundation_Trees(TileIndex tile, Slope tileh) { - return tileh; + return FOUNDATION_NONE; } static CommandCost ClearTile_Trees(TileIndex tile, byte flags) @@ -670,5 +670,5 @@ ChangeTileOwner_Trees, /* change_tile_owner_clear */ NULL, /* get_produced_cargo_proc */ NULL, /* vehicle_enter_tile_proc */ - GetSlopeTileh_Trees, /* get_slope_tileh_proc */ + GetFoundation_Trees, /* get_foundation_proc */ };