From 71dd55aaf969f85ecf84b27e78ed7fa1d6eca55c Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Mon, 25 Apr 2016 15:47:27 -0700 Subject: [PATCH] Wilson is going to show up pretty soon (lack of cast). --- Extension/swgameserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/swgameserver.cpp b/Extension/swgameserver.cpp index 1ecba2e..6130c34 100644 --- a/Extension/swgameserver.cpp +++ b/Extension/swgameserver.cpp @@ -81,7 +81,7 @@ ISteamClient *SteamWorksGameServer::GetSteamClient(void) IGameConfig *pConfig = g_SteamWorks.pSWGameData->GetGameData(); if (pConfig != NULL) { - pConfig->GetMemSig(pGSInternalFuncName, &pGSInternalCreateAddress); + pConfig->GetMemSig(pGSInternalFuncName, reinterpret_cast(&pGSInternalCreateAddress)); } }