src/cheat_type.h
changeset 10207 c291a21b304e
parent 8965 29a591456a2f
equal deleted inserted replaced
10206:0050610c0368 10207:c291a21b304e
    18  * of the existing ones! Would break downward compatibility.
    18  * of the existing ones! Would break downward compatibility.
    19  * Only add new entries at the end of the struct!
    19  * Only add new entries at the end of the struct!
    20  */
    20  */
    21 struct Cheats {
    21 struct Cheats {
    22 	Cheat magic_bulldozer;  ///< dynamite industries, unmovables
    22 	Cheat magic_bulldozer;  ///< dynamite industries, unmovables
    23 	Cheat switch_player;    ///< change to another player
    23 	Cheat switch_company;   ///< change to another company
    24 	Cheat money;            ///< get rich or poor
    24 	Cheat money;            ///< get rich or poor
    25 	Cheat crossing_tunnels; ///< allow tunnels that cross each other
    25 	Cheat crossing_tunnels; ///< allow tunnels that cross each other
    26 	Cheat build_in_pause;   ///< build while in pause mode
    26 	Cheat build_in_pause;   ///< build while in pause mode
    27 	Cheat no_jetcrash;      ///< no jet will crash on small airports anymore
    27 	Cheat no_jetcrash;      ///< no jet will crash on small airports anymore
    28 	Cheat switch_climate;   ///< change the climate of the map
    28 	Cheat switch_climate;   ///< change the climate of the map