From 569fd6e58b63645f97f4a660953cc4b3f430dbfb Mon Sep 17 00:00:00 2001 From: carxt Date: Sun, 19 Jan 2025 18:43:05 +0100 Subject: [PATCH] hotfix 5.15b --- JG/JohnnyGuitarNVSE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JG/JohnnyGuitarNVSE.h b/JG/JohnnyGuitarNVSE.h index 352e91f..c87f75e 100644 --- a/JG/JohnnyGuitarNVSE.h +++ b/JG/JohnnyGuitarNVSE.h @@ -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(hPreviousAddressHook, pObjective);