Fix compilation issue with BeginAuthSession forward.
This commit is contained in:
@@ -82,7 +82,7 @@ void SteamWorksGSHooks::LogOnAnonymous(void)
|
|||||||
|
|
||||||
EBeginAuthSessionResult SteamWorksGSHooks::BeginAuthSession(const void *pAuthTicket, int cbAuthTicket, CSteamID steamID)
|
EBeginAuthSessionResult SteamWorksGSHooks::BeginAuthSession(const void *pAuthTicket, int cbAuthTicket, CSteamID steamID)
|
||||||
{
|
{
|
||||||
if (this->pOBAS->GetFunctionCount != 0)
|
if (this->pOBAS->GetFunctionCount() != 0)
|
||||||
{
|
{
|
||||||
this->pOBAS->PushArray(pAuthTicket, cbAuthTicket);
|
this->pOBAS->PushArray(pAuthTicket, cbAuthTicket);
|
||||||
this->pOBAS->PushCell(cbAuthTicket);
|
this->pOBAS->PushCell(cbAuthTicket);
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ class SteamWorksGSHooks
|
|||||||
private:
|
private:
|
||||||
IForward *pFORR; /* On Restart Requested. */
|
IForward *pFORR; /* On Restart Requested. */
|
||||||
IForward *pFOTR; /* On Token Requested. */
|
IForward *pFOTR; /* On Token Requested. */
|
||||||
|
IForward *pOBAS; /* On Begin Auth Session. */
|
||||||
unsigned char uHooked;
|
unsigned char uHooked;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user