diff -r b34fc518a48a -r a7e625f5d9d0 QTfrontend/netserver.h --- a/QTfrontend/netserver.h Thu Dec 13 23:07:16 2007 +0000 +++ b/QTfrontend/netserver.h Fri Dec 14 15:02:46 2007 +0000 @@ -35,7 +35,7 @@ Q_OBJECT public: - void StartServer(); + void StartServer(quint16 port); void StopServer(); bool isChiefClient(HWConnectedClient* cl) const; QMap getGameCfg() const; @@ -56,7 +56,7 @@ private: HWConnectedClient* getChiefClient() const; - static const quint16 ds_port; + quint16 ds_port; QTcpServer* IPCServer; QList connclients;