mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r15162) -Fix: the join status window didn't get properly created
This commit is contained in:
@@ -1800,6 +1800,7 @@ struct NetworkJoinStatusWindow : Window {
|
||||
NetworkJoinStatusWindow(const WindowDesc *desc) : Window(desc)
|
||||
{
|
||||
this->parent = FindWindowById(WC_NETWORK_WINDOW, 0);
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
}
|
||||
|
||||
virtual void OnPaint()
|
||||
|
Reference in New Issue
Block a user