summaryrefslogtreecommitdiff
path: root/town_cmd.c
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 /town_cmd.c
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 'town_cmd.c')
-rw-r--r--town_cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/town_cmd.c b/town_cmd.c
index 6ece0cc70..4cba570db 100644
--- a/town_cmd.c
+++ b/town_cmd.c
@@ -24,6 +24,7 @@
#include "gui.h"
#include "unmovable_map.h"
#include "variables.h"
+#include "bridge.h"
enum {
/* Max towns: 64000 (8 * 8000) */