mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Rename 'g_pNetKey' to 'g_NetKey'
Not a pointer in engine code, only in SDK.
This commit is contained in:
parent
c2efdb59ae
commit
ffcefdd64e
@ -61,7 +61,7 @@ class VNet : public IDetour
|
||||
LogFunAdr("NET_ReceiveDatagram", p_NET_ReceiveDatagram.GetPtr());
|
||||
LogFunAdr("NET_SendDatagram", p_NET_SendDatagram.GetPtr());
|
||||
LogFunAdr("NET_PrintFunc", p_NET_PrintFunc.GetPtr());
|
||||
LogVarAdr("g_pNetKey", g_pNetKey);
|
||||
LogVarAdr("g_NetKey", g_pNetKey);
|
||||
}
|
||||
virtual void GetFun(void) const
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user