mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Thread state fix
This commit is contained in:
parent
24297bf396
commit
57e450a745
2 changed files with 13 additions and 15 deletions
|
@ -2012,7 +2012,7 @@ IsSuspended
|
|||
*/
|
||||
bool ScriptVM::IsSuspended(void)
|
||||
{
|
||||
return state == STATE_SUSPENDED;
|
||||
return state == STATE_EXECUTION;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue