mirror of https://github.com/OpenTTD/OpenTTD
(svn r20386) -Fix: Initialize fund-industry buttons when opening window.
parent
3ca0ed3e82
commit
d9c9ae8fcf
|
@ -273,6 +273,7 @@ public:
|
||||||
this->callback_timer = DAY_TICKS;
|
this->callback_timer = DAY_TICKS;
|
||||||
|
|
||||||
this->InitNested(&_build_industry_desc, 0);
|
this->InitNested(&_build_industry_desc, 0);
|
||||||
|
this->SetButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void OnInit()
|
virtual void OnInit()
|
||||||
|
|
Loading…
Reference in New Issue