From 0347fb2ab67e942826523424c35ede66d27339fe Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 23 Apr 2006 13:48:16 +0000 Subject: (svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums --- bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge.h') diff --git a/bridge.h b/bridge.h index d0aca7556..95c6b2004 100644 --- a/bridge.h +++ b/bridge.h @@ -26,6 +26,6 @@ typedef struct Bridge { extern const Bridge orig_bridge[MAX_BRIDGES]; extern Bridge _bridge[MAX_BRIDGES]; -uint GetBridgeFoundation(uint tileh, Axis axis); +uint GetBridgeFoundation(Slope tileh, Axis axis); #endif /* BRIDGE_H */ -- cgit v1.2.3-70-g09d2