(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* instead of a TileInfo
This commit is contained in:
@@ -14,7 +14,7 @@ static void DrawTile_Dummy(TileInfo *ti)
|
||||
}
|
||||
|
||||
|
||||
static uint GetSlopeZ_Dummy(const TileInfo* ti)
|
||||
static uint GetSlopeZ_Dummy(TileIndex tile, uint x, uint y)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user