We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fdb03 commit 3e5dd5dCopy full SHA for 3e5dd5d
src/core/modules/players/players_entity.h
@@ -46,6 +46,8 @@ using namespace boost::python;
46
#define EYE_ANGLE_PROPERTY(index) "blackmesalocaldata.m_angEyeAngles[" #index "]"
47
#elif defined(ENGINE_BRANCH_GMOD)
48
#define EYE_ANGLE_PROPERTY(index) "hl2mplocaldata.m_angEyeAngles[" #index "]"
49
+#elif defined(ENGINE_BRANCH_HL2DM)
50
+ #define EYE_ANGLE_PROPERTY(index) "hl2mpnonlocaldata.m_angEyeAngles[" #index "]"
51
#else
52
#define EYE_ANGLE_PROPERTY(index) "m_angEyeAngles[" #index "]"
53
#endif
0 commit comments