mirror of
https://github.com/glest/glest-source.git
synced 2025-10-02 18:36:48 +02:00
- bugfix for transifex tutorial download files now loaded into UI
- updated each thread to provide its name
This commit is contained in:
@@ -40,6 +40,7 @@ AiInterfaceThread::AiInterfaceThread(AiInterface *aiIntf) : BaseThread() {
|
||||
this->masterController = NULL;
|
||||
this->triggerIdMutex = new Mutex();
|
||||
this->aiIntf = aiIntf;
|
||||
uniqueID = "AiInterfaceThread";
|
||||
}
|
||||
|
||||
AiInterfaceThread::~AiInterfaceThread() {
|
||||
|
Reference in New Issue
Block a user