mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
More gcc-3 whining
This commit is contained in:
parent
b9ff24171f
commit
fe3645d809
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user