From 95f2181a1dbd2ac1276bf3e044d6d9161b96ed50 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 19 Oct 2007 22:46:55 +0000 Subject: (svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used to check whether there was no vehicle on the ground, except that the former didn't take care of aircraft shadows. So now we only use EnsureNoVehicleOnGround. --- src/functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/functions.h') diff --git a/src/functions.h b/src/functions.h index f6df7a988..4ba233d4d 100644 --- a/src/functions.h +++ b/src/functions.h @@ -132,7 +132,6 @@ bool ScrollWindowTo(int x, int y, Window *w, bool instant = false); bool ScrollMainWindowToTile(TileIndex tile, bool instant = false); bool ScrollMainWindowTo(int x, int y, bool instant = false); -bool EnsureNoVehicle(TileIndex tile); bool EnsureNoVehicleOnGround(TileIndex tile); /** -- cgit v1.2.3-54-g00ecf