mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 18:36:48 +02:00
- numerous thread bugfixes related to menu stability and ftp server socket usage
This commit is contained in:
@@ -91,6 +91,9 @@ public:
|
||||
this->ownerId = ownerId;
|
||||
Lock();
|
||||
}
|
||||
bool isValidMutex() const {
|
||||
return(this->mutex != NULL);
|
||||
}
|
||||
|
||||
void Lock() {
|
||||
if(this->mutex != NULL) {
|
||||
|
Reference in New Issue
Block a user