mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-01 11:59:26 +00:00
(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:
parent
92514c6b94
commit
22842fe035
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user