1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 14:39:08 +00:00

(svn r17539) -Codechange: Replace a magic number.

This commit is contained in:
frosch
2009-09-14 20:24:17 +00:00
parent 2773865cd6
commit bc8557d5c0

View File

@@ -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)