summaryrefslogtreecommitdiff
path: root/bridge.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-23 13:48:16 +0000
committertron <tron@openttd.org>2006-04-23 13:48:16 +0000
commitdd180a1e1883336a1edc3b4d6eac440f06e3685b (patch)
tree3f0769bd955cefba7ab80063e64546c1874e0a62 /bridge.h
parentfa213c686ee1d348d1eb167f2423261d8040205e (diff)
downloadopenttd-dd180a1e1883336a1edc3b4d6eac440f06e3685b.tar.xz
(svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums
Diffstat (limited to 'bridge.h')
-rw-r--r--bridge.h2
1 files changed, 1 insertions, 1 deletions
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 */