(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting

This commit is contained in:
rubidium
2011-11-04 11:09:06 +00:00
parent a72544d5e1
commit f01b3e2721
9 changed files with 22 additions and 18 deletions

View File

@@ -274,7 +274,7 @@ uint GetPartialPixelZ(int x, int y, Slope corners)
return z;
}
uint GetSlopePixelZ(int x, int y)
int GetSlopePixelZ(int x, int y)
{
TileIndex tile = TileVirtXY(x, y);