just a little detail

This commit is contained in:
Borja Ferrer 2006-08-18 13:23:02 +00:00
parent 7af82f0d4f
commit 377c01eac7

View File

@ -199,7 +199,7 @@ static cell AMX_NATIVE_CALL dllfunc(AMX *amx,cell *params)
return gpGamedllFuncs->dllapi_table->pfnPM_FindTextureType(temp);
case DLLFunc_RegisterEncoders: // void ) ( void );
gpGamedllFuncs->dllapi_table->pfnRegisterEncoders;
gpGamedllFuncs->dllapi_table->pfnRegisterEncoders();
return 1;
// Enumerates player hulls. Returns 0 if the hull number doesn't exist, 1 otherwise