diff -r 770743a946b1 -r 85eacbd9827f QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sun Jan 14 19:47:11 2007 +0000 +++ b/QTfrontend/hwform.cpp Sun Jan 14 20:46:17 2007 +0000 @@ -238,7 +238,7 @@ void HWForm::_NetConnect(const QString & hostName, quint16 port, const QString & nick) { - hwnet = new HWNewNet(config); + hwnet = new HWNewNet(config, ui.pageNetGame->pGameCFG); connect(hwnet, SIGNAL(AddGame(const QString &)), this, SLOT(AddGame(const QString &))); connect(hwnet, SIGNAL(EnteredGame()), this, SLOT(NetGameEnter())); connect(hwnet, SIGNAL(ChangeInTeams(const QStringList &)), this, SLOT(ChangeInNetTeams(const QStringList &)));