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
commitc442586676d56bf3beef68712ba650a8d657e9ba (patch)
tree74b019f138a33153c6734b2e24a8c900a03c1609 /bridge.h
parent969328d8c196d5e16eb7369a95d4d535467b3cc8 (diff)
downloadopenttd-c442586676d56bf3beef68712ba650a8d657e9ba.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 {