(svn r1892) -Fix: [ 1117730 ] Production values of temperate-climate banks can now be altered

This commit is contained in:
celestar 2005-02-20 07:58:38 +00:00
parent d06f52a7f0
commit ae2cfeefe3
1 changed files with 1 additions and 1 deletions

View File

@ -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