From 1d9cba3fcf60dd765c3b50836c90456ab4cec775 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 8 Apr 2004 16:30:36 +0000 Subject: [PATCH] Added trivial? czero support --- amxmodx/meta_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/meta_api.cpp b/amxmodx/meta_api.cpp index 6ac38c6c..90e500cf 100755 --- a/amxmodx/meta_api.cpp +++ b/amxmodx/meta_api.cpp @@ -1065,7 +1065,7 @@ C_DLLEXPORT int GetEntityAPI2_Post( DLL_FUNCTIONS *pFunctionTable, int *interfac enginefuncs_t meta_engfuncs; C_DLLEXPORT int GetEngineFunctions(enginefuncs_t *pengfuncsFromEngine, int *interfaceVersion ) { - if ( stricmp(g_mod_name.str(),"cstrike") == 0 ) + if ( stricmp(g_mod_name.str(),"cstrike") == 0 || stricmp(g_mod_name.str(),"czero")==0 ) { meta_engfuncs.pfnSetModel = SetModel; g_bmod_cstrike = true;