Skip to content

Commit

Permalink
hotfix 5.15b
Browse files Browse the repository at this point in the history
  • Loading branch information
carxt committed Jan 19, 2025
1 parent 1e6093f commit 569fd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JG/JohnnyGuitarNVSE.h
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class hk_QuestObjectiveIsDisplayedCall {
static inline uintptr_t hPreviousAddressHook = 0;
public:
static uintptr_t __thiscall hookObjectiveDisplayed(BGSQuestObjective* pObjective) {
DWORD result = 0;
DWORD result = 1;
if (hPreviousAddressHook)
{
result = ThisStdCall<uintptr_t>(hPreviousAddressHook, pObjective);
Expand Down

0 comments on commit 569fd6e

Please sign in to comment.