File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -147,10 +147,10 @@ class TakeDamageInfoBaseWrapper: public CTakeDamageInfo
147
147
m_CSGOAttacker.m_iTeamNum = -1 ;
148
148
m_CSGOAttacker.m_iUserId = -1 ;
149
149
}
150
- #elif defined(ENGINE_LEFT4DEAD2)
151
- m_hAttacker = ExcBaseHandleFromIndex (uiAttacker);
152
- #else
150
+ #elif defined(ENGINE_ORANGEBOX)
153
151
m_hAttacker = EHANDLE::UnsafeFromIndex (uiAttacker);
152
+ #else
153
+ m_hAttacker = ExcBaseHandleFromIndex (uiAttacker);
154
154
#endif
155
155
}
156
156
Original file line number Diff line number Diff line change 7
7
# Set the engine version.
8
8
# ------------------------------------------------------------------
9
9
Set (SOURCE_ENGINE "gmod" )
10
- add_definitions (-DENGINE_GMOD -DENGINE_BRANCH_GMOD)
10
+ add_definitions (-DENGINE_GMOD -DENGINE_BRANCH_GMOD)
11
+
12
+ Set (SOURCEPYTHON_LINK_LIBRARIES
13
+ legacy_stdio_definitions.lib)
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /SAFESEH:NO")
50
50
# Link libraries.
51
51
# ------------------------------------------------------------------
52
52
Set (SOURCEPYTHON_LINK_LIBRARIES
53
+ ${SOURCEPYTHON_LINK_LIBRARIES}
53
54
${DYNCALLSDK_LIB} /libdyncall_s.lib
54
55
${DYNCALLSDK_LIB} /libdyncallback_s.lib
55
56
${DYNCALLSDK_LIB} /libdynload_s.lib
You can’t perform that action at this time.
0 commit comments