Changeset - r16182:737462485688
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-10-03 15:49:44
frosch@openttd.org
(svn r20892) -Fix (maybe r10624): Scenario editor resp. cheat-buttons to alter industry production did not work for large industry windows.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_gui.cpp
Show inline comments
 
@@ -642,7 +642,7 @@ class IndustryViewWindow : public Window
 
	byte editbox_line;        ///< The line clicked to open the edit box
 
	byte clicked_line;        ///< The line of the button that has been clicked
 
	byte clicked_button;      ///< The button that has been clicked (to raise)
 
	byte production_offset_y; ///< The offset of the production texts/buttons
 
	int production_offset_y;  ///< The offset of the production texts/buttons
 
	int info_height;          ///< Height needed for the #IVW_INFO panel
 

	
 
public:
0 comments (0 inline, 0 general)