2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-05 00:49:34 +03:00

More gcc-3 whining

This commit is contained in:
David Anderson 2005-08-02 11:51:31 +00:00
parent b9ff24171f
commit fe3645d809

@ -197,7 +197,7 @@ void OnAmxxAttach()
//create the dir if it doesn't exist
MKDIR(MF_BuildPathname("%s/vault", LOCALINFO("amxx_datadir")));
MF_AddNatives(nVault_natives);
MF_RegisterFunction(GetVaultMngr, "GetVaultMngr");
MF_RegisterFunction((void *)GetVaultMngr, "GetVaultMngr");
}
void ServerDeactivate_Post()