summaryrefslogtreecommitdiff
path: root/bridge.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-03-29 19:03:47 +0000
committercelestar <celestar@openttd.org>2006-03-29 19:03:47 +0000
commit8310a463513375d2a31eab0795d923a0eed1c2b1 (patch)
tree74b019f138a33153c6734b2e24a8c900a03c1609 /bridge.h
parentcb76f96aad98e39e55454a142b598d3d29a48de1 (diff)
downloadopenttd-8310a463513375d2a31eab0795d923a0eed1c2b1.tar.xz
(svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ...
Diffstat (limited to 'bridge.h')
-rw-r--r--bridge.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bridge.h b/bridge.h
index 18fcf81de..d0aca7556 100644
--- a/bridge.h
+++ b/bridge.h
@@ -5,6 +5,10 @@
#ifndef BRIDGE_H
#define BRIDGE_H
+enum {
+ MAX_BRIDGES = 13
+};
+
/** Struct containing information about a single bridge type
*/
typedef struct Bridge {