From f01b3e2721a5085b7cbae253e04b46a3338d3f43 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 4 Nov 2011 11:09:06 +0000 Subject: (svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting --- src/landscape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/landscape.h') diff --git a/src/landscape.h b/src/landscape.h index a62bde13f..fc0979b82 100644 --- a/src/landscape.h +++ b/src/landscape.h @@ -39,7 +39,7 @@ int GetSlopeZInCorner(Slope tileh, Corner corner); Slope GetFoundationSlope(TileIndex tile, uint *z = NULL); uint GetPartialPixelZ(int x, int y, Slope corners); -uint GetSlopePixelZ(int x, int y); +int GetSlopePixelZ(int x, int y); void GetSlopePixelZOnEdge(Slope tileh, DiagDirection edge, int *z1, int *z2); /** -- cgit v1.2.3-54-g00ecf