Skip to content

Commit

Permalink
fix task hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpatt committed Nov 30, 2023
1 parent 53b88eb commit 3c2abde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skse64/Hooks_Threads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void Hooks_Threads_Init(void)
}

// 691ACD40B8430FBDA081477DEB2A9948ACC235F1+11F
RelocAddr <uintptr_t> ProcessTasks_HookTarget_Enter(0x006461A0 + 0xB97);
RelocAddr <uintptr_t> ProcessTasks_HookTarget_Enter(0x006461A0 + 0xB9C);
RelocAddr <uintptr_t> ProcessTasks_HookTarget_Enter2(0x00647CE0 + 0x1C);

void Hooks_Threads_Commit(void)
Expand Down

0 comments on commit 3c2abde

Please sign in to comment.