(svn r4153) -Codechange. Changed NPF_TILE_LENGTH into an enum and moved it out of variables.h. Just a drop in the bucket, but it is a start

This commit is contained in:
celestar
2006-03-29 19:00:56 +00:00
parent a51b960be6
commit cb76f96aad
3 changed files with 7 additions and 5 deletions

View File

@@ -417,10 +417,6 @@ VARDEF byte _vehicle_design_names;
/* tunnelbridge */
#define MAX_BRIDGES 13
/* For new pathfinding. Define here so it is globally available without having
* to include npf.h */
#define NPF_TILE_LENGTH 100
/* Forking stuff */
VARDEF bool _dedicated_forks;