(svn r3066) Constify the parameter of GetSlopeZ_*()
This commit is contained in:
@@ -932,7 +932,7 @@ void DrawRoadDepotSprite(int x, int y, int image)
|
||||
}
|
||||
}
|
||||
|
||||
static uint GetSlopeZ_Road(TileInfo *ti)
|
||||
static uint GetSlopeZ_Road(const TileInfo* ti)
|
||||
{
|
||||
uint z = ti->z;
|
||||
int th = ti->tileh;
|
||||
|
||||
Reference in New Issue
Block a user