From ae2cfeefe3572fbdc0e95cb1ca38cb7122d81930 Mon Sep 17 00:00:00 2001 From: celestar Date: Sun, 20 Feb 2005 07:58:38 +0000 Subject: (svn r1892) -Fix: [ 1117730 ] Production values of temperate-climate banks can now be altered --- industry_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry_gui.c') diff --git a/industry_gui.c b/industry_gui.c index 1a02aeb18..fcb85dd33 100644 --- a/industry_gui.c +++ b/industry_gui.c @@ -270,7 +270,7 @@ void ShowBuildIndustryWindow(void) AllocateWindowDescFront(_industry_window_desc[_patches.build_rawmaterial_ind][_opt.landscape],0); } -#define NEED_ALTERB ((_game_mode == GM_EDITOR || _cheats.setup_prod.value) && i->accepts_cargo[0] == CT_INVALID) +#define NEED_ALTERB ((_game_mode == GM_EDITOR || _cheats.setup_prod.value) && (i->accepts_cargo[0] == CT_INVALID || i->accepts_cargo[0] == CT_VALUABLES)) static void IndustryViewWndProc(Window *w, WindowEvent *e) { // WP(w,vp2_d).data_1 is for the editbox line -- cgit v1.2.3-70-g09d2