finished merging in the glorious bcompat changes

This commit is contained in:
David Anderson
2006-09-08 14:11:29 +00:00
parent c9c2943c05
commit 621c120b71
9 changed files with 94 additions and 5 deletions

View File

@@ -578,6 +578,11 @@ int set_amxnatives(AMX* amx, char error[128])
amx_Register(amx, msg_Natives, -1);
amx_Register(amx, vector_Natives, -1);
amx_Register(amx, g_SortNatives, -1);
if (amx->flags & AMX_FLAG_OLDFILE)
{
amx_Register(amx, g_BcompatNatives, -1);
}
//we're not actually gonna check these here anymore
amx->flags |= AMX_FLAG_PRENIT;