mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 07:59:00 +02:00
- added more info if we get mutex errors in the lobby
This commit is contained in:
@@ -72,6 +72,8 @@ private:
|
||||
SDL_mutex* mutex;
|
||||
int refCount;
|
||||
string ownerId;
|
||||
string deleteownerId;
|
||||
|
||||
public:
|
||||
Mutex(string ownerId="");
|
||||
~Mutex();
|
||||
|
Reference in New Issue
Block a user