src/variables.h
branchnoai
changeset 9704 197cb8c6ae17
parent 9703 d2a6acdbd665
child 9718 f82a4facea8b
equal deleted inserted replaced
9703:d2a6acdbd665 9704:197cb8c6ae17
   239 
   239 
   240 	bool timetabling;        ///< Whether to allow timetabling.
   240 	bool timetabling;        ///< Whether to allow timetabling.
   241 	bool timetable_in_ticks; ///< Whether to show the timetable in ticks rather than days.
   241 	bool timetable_in_ticks; ///< Whether to show the timetable in ticks rather than days.
   242 
   242 
   243 	bool autoslope;          ///< Allow terraforming under things.
   243 	bool autoslope;          ///< Allow terraforming under things.
       
   244 
       
   245 	bool mod_road_rebuild;   ///< Roadworks remove unneccesary RoadBits
       
   246 
       
   247 	bool exclusive_rights;   ///< allow buying exclusive rights
       
   248 	bool give_money;         ///< allow giving other players money
   244 };
   249 };
   245 
   250 
   246 VARDEF Patches _patches;
   251 VARDEF Patches _patches;
   247 
   252 
   248 
   253 
   332 /* landscape.cpp */
   337 /* landscape.cpp */
   333 extern const byte _tileh_to_sprite[32];
   338 extern const byte _tileh_to_sprite[32];
   334 
   339 
   335 extern const TileTypeProcs * const _tile_type_procs[16];
   340 extern const TileTypeProcs * const _tile_type_procs[16];
   336 
   341 
       
   342 extern bool _draw_bounding_boxes;
       
   343 
   337 /* misc */
   344 /* misc */
   338 VARDEF char _screenshot_name[128];
   345 VARDEF char _screenshot_name[128];
   339 VARDEF byte _vehicle_design_names;
   346 VARDEF byte _vehicle_design_names;
   340 
   347 
   341 /* Forking stuff */
   348 /* Forking stuff */