diff options
author | alberth <alberth@openttd.org> | 2010-08-06 12:19:01 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-08-06 12:19:01 +0000 |
commit | d9c9ae8fcf0dd5ebbcb18b8eb650e49c0e405da7 (patch) | |
tree | d202b8de0bd63a52c3240c9dcc902ed29afc9204 | |
parent | 3ca0ed3e82f6a943f1c4c76418b85e485bf5041a (diff) | |
download | openttd-d9c9ae8fcf0dd5ebbcb18b8eb650e49c0e405da7.tar.xz |
(svn r20386) -Fix: Initialize fund-industry buttons when opening window.
-rw-r--r-- | src/industry_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index a881237fc..6afe6d8e7 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -273,6 +273,7 @@ public: this->callback_timer = DAY_TICKS; this->InitNested(&_build_industry_desc, 0); + this->SetButtons(); } virtual void OnInit() |