Add AI Network methods and add hook for AIN connection debug

This commit is contained in:
Kawe Mazidjatari
2022-04-03 03:10:48 +02:00
parent a4b4bb6ef5
commit 7258a35ff5
13 changed files with 192 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ void bf_write::SetOverflowFlag()
{
if (this->m_bAssertOnOverflow)
{
Assert(false);
assert(false);
}
this->m_bOverflow = true;