(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 969328d8c1
commit c442586676
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;