mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed compilation errors on Unix
This commit is contained in:
parent
b8c56cc23c
commit
d4faf0c0e0
99 changed files with 1385 additions and 1659 deletions
|
@ -271,7 +271,7 @@ void ScriptClass::KillThreads()
|
|||
m_next = m_current->next;
|
||||
delete m_current->m_Thread;
|
||||
|
||||
} while (m_current = m_next);
|
||||
} while ((m_current = m_next) != nullptr);
|
||||
|
||||
m_Threads = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue