summaryrefslogtreecommitdiff
path: root/variables.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 /variables.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 'variables.h')
-rw-r--r--variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index 47387ba5d..665a452e5 100644
--- a/variables.h
+++ b/variables.h
@@ -414,9 +414,6 @@ extern const byte _airport_size_y[];
VARDEF char _screenshot_name[128];
VARDEF byte _vehicle_design_names;
-/* tunnelbridge */
-#define MAX_BRIDGES 13
-
/* Forking stuff */
VARDEF bool _dedicated_forks;