mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
- find servers on LAN now discovers customized game ports
This commit is contained in:
@@ -220,9 +220,10 @@ class BroadCastSocketThread : public BaseThread
|
||||
private:
|
||||
Mutex *mutexPauseBroadcast;
|
||||
bool pauseBroadcast;
|
||||
int boundPort;
|
||||
|
||||
public:
|
||||
BroadCastSocketThread();
|
||||
BroadCastSocketThread(int boundPort);
|
||||
virtual ~BroadCastSocketThread();
|
||||
virtual void execute();
|
||||
virtual bool canShutdown(bool deleteSelfIfShutdownDelayed=false);
|
||||
|
Reference in New Issue
Block a user