variables.h
changeset 2293 a71c210076be
parent 2291 2b064aa97f91
child 2294 a938c5ecb1c4
equal deleted inserted replaced
2292:c5a944e9bcae 2293:a71c210076be
   432 
   432 
   433 /* For new pathfinding. Define here so it is globally available without having
   433 /* For new pathfinding. Define here so it is globally available without having
   434  * to include npf.h */
   434  * to include npf.h */
   435 #define NPF_TILE_LENGTH 100
   435 #define NPF_TILE_LENGTH 100
   436 
   436 
   437 /* Autoreplace vehicle stuff*/
       
   438 VARDEF byte _autoreplace_array[256];
       
   439 
       
   440 /* Forking stuff */
   437 /* Forking stuff */
   441 VARDEF bool _dedicated_forks;
   438 VARDEF bool _dedicated_forks;
   442 
   439 
   443 #endif /* VARIABLES_H */
   440 #endif /* VARIABLES_H */