variables.h
changeset 3890 f8f13a91446a
parent 3876 c0d426e78b56
child 3900 4984308f9125
equal deleted inserted replaced
3889:cc4a8556c19d 3890:f8f13a91446a
   226 	Cheat build_in_pause;			// build while in pause mode
   226 	Cheat build_in_pause;			// build while in pause mode
   227 	Cheat no_jetcrash;				// no jet will crash on small airports anymore
   227 	Cheat no_jetcrash;				// no jet will crash on small airports anymore
   228 	Cheat switch_climate;
   228 	Cheat switch_climate;
   229 	Cheat change_date;				//changes date ingame
   229 	Cheat change_date;				//changes date ingame
   230 	Cheat setup_prod;				//setup raw-material production in game
   230 	Cheat setup_prod;				//setup raw-material production in game
       
   231 	Cheat elrail;                   //allow electric engines to be powered on conventional rail
   231 } Cheats;
   232 } Cheats;
   232 
   233 
   233 VARDEF Cheats _cheats;
   234 VARDEF Cheats _cheats;
   234 
   235 
   235 typedef struct Paths {
   236 typedef struct Paths {