diff options
-rw-r--r-- | src/industry_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 36fba46be..bc8911283 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -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: |