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 c36f3a4 commit 1be4440Copy full SHA for 1be4440
1 file changed
src/Misc/Bugfixes.ClampTacticalPos.cpp
@@ -81,7 +81,7 @@ bool __fastcall Tactical_ClampTacticalPos(TacticalClass* pThis, void*, Point2D*
81
82
return isUpdated;
83
}
84
-DEFINE_JUMP(LJMP, 0x6D8640, GET_OFFSET(Tactical_ClampTacticalPos))
+DEFINE_FUNCTION_JUMP(LJMP, 0x6D8640, Tactical_ClampTacticalPos)
85
86
DEFINE_HOOK(0x6D4934, Tactical_Render_OverlapForeignMap, 0x6)
87
{
0 commit comments