attempt to fix a thread bug when starting a game

This commit is contained in:
Mark Vejvoda
2013-06-01 06:28:03 +00:00
parent 7f88d866c1
commit 22eb5cc4d4
3 changed files with 19 additions and 14 deletions

View File

@@ -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);
};
// =====================================================