- added more info if we get mutex errors in the lobby

This commit is contained in:
Mark Vejvoda
2011-07-02 07:36:28 +00:00
parent 1a5c70c76e
commit 8e1836220d
2 changed files with 8 additions and 4 deletions

View File

@@ -72,6 +72,8 @@ private:
SDL_mutex* mutex;
int refCount;
string ownerId;
string deleteownerId;
public:
Mutex(string ownerId="");
~Mutex();