From 313754011d04ad4913bf4028b78d75ceb359e9b3 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 7 Mar 2006 07:51:05 +0000 Subject: (svn r3779) Move CheckTunnelInWay() to a more appropriate place, invert its result and give it a less ambiguous name (IsTunnelInWay) --- functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 39d270ff1..f5ba1b6ba 100644 --- a/functions.h +++ b/functions.h @@ -145,7 +145,6 @@ void AnimateAnimatedTiles(void); void InitializeAnimatedTiles(void); /* tunnelbridge_cmd.c */ -bool CheckTunnelInWay(TileIndex tile, int z); bool CheckBridge_Stuff(byte bridge_type, uint bridge_len); uint32 GetBridgeLength(TileIndex begin, TileIndex end); int CalcBridgeLenCostFactor(int x); -- cgit v1.2.3-54-g00ecf