mirror of https://github.com/OpenTTD/OpenTTD
(svn r17539) -Codechange: Replace a magic number.
parent
2773865cd6
commit
bc8557d5c0
|
@ -2204,7 +2204,7 @@ struct NetworkCompanyPasswordWindow : public QueryStringBaseWindow {
|
|||
virtual void OnPaint()
|
||||
{
|
||||
this->DrawWidgets();
|
||||
this->DrawEditBox(4);
|
||||
this->DrawEditBox(NCPWW_PASSWORD);
|
||||
}
|
||||
|
||||
virtual void OnClick(Point pt, int widget)
|
||||
|
|
Loading…
Reference in New Issue