variables.h
changeset 1176 cc9d8618620d
parent 1128 ca7f860db7ac
child 1178 7c39a741eafb
equal deleted inserted replaced
1175:a4bdf4c26d32 1176:cc9d8618620d
   206 	Cheat crossing_tunnels;		// allow tunnels that cross each other
   206 	Cheat crossing_tunnels;		// allow tunnels that cross each other
   207 	Cheat build_in_pause;			// build while in pause mode
   207 	Cheat build_in_pause;			// build while in pause mode
   208 	Cheat no_jetcrash;				// no jet will crash on small airports anymore
   208 	Cheat no_jetcrash;				// no jet will crash on small airports anymore
   209 	Cheat switch_climate;
   209 	Cheat switch_climate;
   210 	Cheat change_date;				//changes date ingame
   210 	Cheat change_date;				//changes date ingame
       
   211 	Cheat setup_prod;				//setup raw-material production in game
   211 } Cheats;
   212 } Cheats;
   212 
   213 
   213 VARDEF Cheats _cheats;
   214 VARDEF Cheats _cheats;
   214 
   215 
   215 typedef struct Paths {
   216 typedef struct Paths {