Wilson is going to show up pretty soon (lack of cast).

This commit is contained in:
Kyle Sanderson
2016-04-25 15:47:27 -07:00
parent 44430b167c
commit 71dd55aaf9
+1 -1
View File
@@ -81,7 +81,7 @@ ISteamClient *SteamWorksGameServer::GetSteamClient(void)
IGameConfig *pConfig = g_SteamWorks.pSWGameData->GetGameData(); IGameConfig *pConfig = g_SteamWorks.pSWGameData->GetGameData();
if (pConfig != NULL) if (pConfig != NULL)
{ {
pConfig->GetMemSig(pGSInternalFuncName, &pGSInternalCreateAddress); pConfig->GetMemSig(pGSInternalFuncName, reinterpret_cast<void **>(&pGSInternalCreateAddress));
} }
} }