(svn r1678) Added cheat option for setting production of raw-material product industries in game

This commit is contained in:
miham
2005-01-26 10:52:23 +00:00
parent 6d23dac1f6
commit 7874c86cb2
4 changed files with 9 additions and 10 deletions

View File

@@ -208,6 +208,7 @@ typedef struct Cheats {
Cheat no_jetcrash; // no jet will crash on small airports anymore
Cheat switch_climate;
Cheat change_date; //changes date ingame
Cheat setup_prod; //setup raw-material production in game
} Cheats;
VARDEF Cheats _cheats;