More gcc-3 whining

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

View File

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