From 7874c86cb29355441f1116a631a201fab5284f2a Mon Sep 17 00:00:00 2001 From: miham Date: Wed, 26 Jan 2005 10:52:23 +0000 Subject: (svn r1678) Added cheat option for setting production of raw-material product industries in game --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 5442f186a..46636cf19 100644 --- a/variables.h +++ b/variables.h @@ -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; -- cgit v1.2.3-54-g00ecf