File diff r27055:8db4d6833ae7 → r27056:ac04ccbeb86c
src/water_cmd.cpp
Show inline comments
 
@@ -936,7 +936,7 @@ void DrawShipDepotSprite(int x, int y, A
 
}
 

	
 

	
 
static int GetSlopePixelZ_Water(TileIndex tile, uint x, uint y)
 
static int GetSlopePixelZ_Water(TileIndex tile, uint x, uint y, bool ground_vehicle)
 
{
 
	int z;
 
	Slope tileh = GetTilePixelSlope(tile, &z);