From c9defc0fea20dc900c0c6d3f8aac8984b024052f Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 9 May 2006 09:56:09 +0000 Subject: (svn r4790) Remove slope magic from EnsureNoVehicleZ() and rename it to EnsureNoVehicleOnGround() to make more clear what it does --- functions.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 3d47bca61..11730800c 100644 --- a/functions.h +++ b/functions.h @@ -193,9 +193,8 @@ bool ScrollWindowTo(int x, int y, Window * w); bool ScrollMainWindowToTile(TileIndex tile); bool ScrollMainWindowTo(int x, int y); void DrawSprite(uint32 img, int x, int y); -uint GetCorrectTileHeight(TileIndex tile); bool EnsureNoVehicle(TileIndex tile); -bool EnsureNoVehicleZ(TileIndex tile, byte z); +bool EnsureNoVehicleOnGround(TileIndex tile); void MarkAllViewportsDirty(int left, int top, int right, int bottom); void ShowCostOrIncomeAnimation(int x, int y, int z, int32 cost); void ShowFeederIncomeAnimation(int x, int y, int z, int32 cost); -- cgit v1.2.3-70-g09d2