Rewrite of AIStateMachine, version 2.
This commit is contained in:
@@ -51,6 +51,11 @@ void AIThreadID::set_current_thread_id(void)
|
||||
}
|
||||
|
||||
#ifndef LL_DARWIN
|
||||
void AIThreadID::clear(void)
|
||||
{
|
||||
mID = undefinedID;
|
||||
}
|
||||
|
||||
void AIThreadID::reset(void)
|
||||
{
|
||||
mID = lCurrentThread;
|
||||
|
||||
Reference in New Issue
Block a user