forked from mirror/OpenTTD
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
This commit is contained in:
@@ -289,7 +289,7 @@ static uint32 ObjectGetVariable(const ResolverObject *object, byte variable, byt
|
||||
}
|
||||
|
||||
/* Tile information. */
|
||||
case 0x41: return GetTileSlope(tile, NULL) << 8 | GetTerrainType(tile);
|
||||
case 0x41: return GetTilePixelSlope(tile, NULL) << 8 | GetTerrainType(tile);
|
||||
|
||||
/* Construction date */
|
||||
case 0x42: return o->build_date;
|
||||
|
Reference in New Issue
Block a user