File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 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
147147 m_CSGOAttacker.m_iTeamNum = -1 ;
148148 m_CSGOAttacker.m_iUserId = -1 ;
149149 }
150- #elif defined(ENGINE_LEFT4DEAD2)
151- m_hAttacker = ExcBaseHandleFromIndex (uiAttacker);
152- #else
150+ #elif defined(ENGINE_ORANGEBOX)
153151 m_hAttacker = EHANDLE::UnsafeFromIndex (uiAttacker);
152+ #else
153+ m_hAttacker = ExcBaseHandleFromIndex (uiAttacker);
154154#endif
155155 }
156156
Original file line number Diff line number Diff line change 77# Set the engine version.
88# ------------------------------------------------------------------
99Set (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")
5050# Link libraries.
5151# ------------------------------------------------------------------
5252Set (SOURCEPYTHON_LINK_LIBRARIES
53+ ${SOURCEPYTHON_LINK_LIBRARIES}
5354 ${DYNCALLSDK_LIB} /libdyncall_s.lib
5455 ${DYNCALLSDK_LIB} /libdyncallback_s.lib
5556 ${DYNCALLSDK_LIB} /libdynload_s.lib
You can’t perform that action at this time.
0 commit comments