Fixed linux compile error

This commit is contained in:
Kernell 2015-12-20 23:53:09 +03:00
parent 62a84ac81e
commit f6d56782cd

View File

@ -35,7 +35,7 @@ CMonoInterface::CMonoInterface( void )
this->m_pMonoDomain = mono_jit_init_version( "mono_root_domain", "v4.0.30319" );
CMonoInterface::m_pMTALib = mono_assembly_open_full( "mods/deathmatch/mono/lib/MultiTheftAuto.dll", nullptr, FALSE );
CMonoInterface::m_pMTALib = mono_assembly_open_full( "mods/deathmatch/mono/lib/MultiTheftAuto.dll", nullptr, false );
CMonoFunctions::AddInternals();