mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 05:43:59 +02:00
attempt to fix a thread bug when starting a game
This commit is contained in:
@@ -117,8 +117,8 @@ public:
|
||||
|
||||
void setOverrideShutdownTask(taskFunctionCallback *ptr);
|
||||
|
||||
bool getSimpleTaskInterfaceValid() const { return this->simpleTaskInterfaceValid; }
|
||||
void setSimpleTaskInterfaceValid(bool value) { this->simpleTaskInterfaceValid = value; }
|
||||
bool getSimpleTaskInterfaceValid();
|
||||
void setSimpleTaskInterfaceValid(bool value);
|
||||
};
|
||||
|
||||
// =====================================================
|
||||
|
Reference in New Issue
Block a user