src/graph_gui.cpp
changeset 9333 2da01b3b71d8
parent 9317 f14eb8815829
child 9525 dc9739a19016
equal deleted inserted replaced
9332:9c18d6becd68 9333:2da01b3b71d8
   767 }
   767 }
   768 
   768 
   769 struct CompanyLeagueWindow : Window {
   769 struct CompanyLeagueWindow : Window {
   770 	CompanyLeagueWindow(const WindowDesc *desc, WindowNumber window_number) : Window(desc, window_number)
   770 	CompanyLeagueWindow(const WindowDesc *desc, WindowNumber window_number) : Window(desc, window_number)
   771 	{
   771 	{
       
   772 		this->FindWindowPlacementAndResize(desc);
   772 	}
   773 	}
   773 
   774 
   774 	virtual void OnPaint()
   775 	virtual void OnPaint()
   775 	{
   776 	{
   776 		const Player *plist[MAX_PLAYERS];
   777 		const Player *plist[MAX_PLAYERS];