1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(svn r4154) -Moved MAX_BRIDGES in bridge.h and made it an enum. This makes two drops ...

This commit is contained in:
celestar
2006-03-29 19:03:47 +00:00
parent cb76f96aad
commit 8310a46351
6 changed files with 8 additions and 4 deletions

View File

@@ -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;