mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-28 06:47:47 +01:00
(svn r1892) -Fix: [ 1117730 ] Production values of temperate-climate banks can now be altered
This commit is contained in:
parent
d06f52a7f0
commit
ae2cfeefe3
@ -270,7 +270,7 @@ void ShowBuildIndustryWindow(void)
|
|||||||
AllocateWindowDescFront(_industry_window_desc[_patches.build_rawmaterial_ind][_opt.landscape],0);
|
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)
|
static void IndustryViewWndProc(Window *w, WindowEvent *e)
|
||||||
{
|
{
|
||||||
// WP(w,vp2_d).data_1 is for the editbox line
|
// WP(w,vp2_d).data_1 is for the editbox line
|
||||||
|
Loading…
Reference in New Issue
Block a user