rename CreateInterface gamedata to CreateInterface_Server

This commit is contained in:
rtldg 2022-03-29 12:47:01 +00:00
parent 76aaecdb6e
commit ef51513fcc
2 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@
"Signatures"
{
"CreateInterface"
"CreateInterface_Server"
{
"library" "server"
"windows" "@CreateInterface"
"linux" "@CreateInterface"
}

View File

@ -420,7 +420,7 @@ void LoadDHooks()
}
StartPrepSDKCall(SDKCall_Static);
if(!PrepSDKCall_SetFromConf(gamedataConf, SDKConf_Signature, "CreateInterface"))
if(!PrepSDKCall_SetFromConf(gamedataConf, SDKConf_Signature, "CreateInterface_Server"))
{
SetFailState("Failed to get CreateInterface");
}