Fixed a few bugs.

This commit is contained in:
David Anderson
2004-06-29 06:26:56 +00:00
parent e8d33e1379
commit 285a4ffed8
3 changed files with 6 additions and 6 deletions

View File

@ -2040,7 +2040,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