forked from mirror/OpenTTD
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
This commit is contained in:
@@ -164,7 +164,7 @@ void PlaceTreeAtSameHeight(TileIndex tile, uint height)
|
||||
continue;
|
||||
|
||||
/* Not too much height difference */
|
||||
if (delta(GetTileZ(cur_tile), height) > 2) continue;
|
||||
if (Delta(GetTileZ(cur_tile), height) > 2) continue;
|
||||
|
||||
/* Place one tree and quit */
|
||||
PlaceTree(cur_tile, r);
|
||||
|
Reference in New Issue
Block a user