(svn r20892) -Fix (maybe r10624): Scenario editor resp. cheat-buttons to alter industry production did not work for large industry windows.

This commit is contained in:
frosch 2010-10-03 15:49:44 +00:00
parent 92514c6b94
commit 22842fe035
1 changed files with 1 additions and 1 deletions

View File

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