mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
use gamedata instead of CSGO_WIN
This commit is contained in:
parent
502592814d
commit
2fab98b784
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
//#define CSGO_WIN
|
|
||||||
|
|
||||||
#define PLUGIN_NAME "EventQueue fix"
|
#define PLUGIN_NAME "EventQueue fix"
|
||||||
#define PLUGIN_AUTHOR "carnifex"
|
#define PLUGIN_AUTHOR "carnifex"
|
||||||
@ -166,11 +165,10 @@ void LoadDHooks()
|
|||||||
int ibuff = gamedataConf.GetOffset("m_angRotation");
|
int ibuff = gamedataConf.GetOffset("m_angRotation");
|
||||||
g_iRefOffset = ibuff + m_RefEHandleOff;
|
g_iRefOffset = ibuff + m_RefEHandleOff;
|
||||||
|
|
||||||
#if defined CSGO_WIN
|
if (gamedataConf.GetOffset("FindEntityByName_StaticCall") == 1)
|
||||||
StartPrepSDKCall(SDKCall_Static);
|
StartPrepSDKCall(SDKCall_Static);
|
||||||
#else
|
else
|
||||||
StartPrepSDKCall(SDKCall_EntityList);
|
StartPrepSDKCall(SDKCall_EntityList);
|
||||||
#endif
|
|
||||||
|
|
||||||
PrepSDKCall_SetFromConf(gamedataConf, SDKConf_Signature, "FindEntityByName");
|
PrepSDKCall_SetFromConf(gamedataConf, SDKConf_Signature, "FindEntityByName");
|
||||||
PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_ByValue);
|
PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_ByValue);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user