QTfrontend/hwform.cpp
changeset 334 85eacbd9827f
parent 330 09cfe028a629
child 338 d1e75dcd285f
--- 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 &)));