When creating a network game, a client is also started.
Network errors are handled globally. Fixed last network thread issue by using a notification queue, should work fine now.
This commit is contained in:
@@ -180,6 +180,7 @@ public slots:
|
||||
|
||||
void paintStartSplash();
|
||||
|
||||
void networkError(int errorID, int osErrorID);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user