Skip to content

Commit 569fd6e

Browse files
committed
hotfix 5.15b
1 parent 1e6093f commit 569fd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JG/JohnnyGuitarNVSE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ class hk_QuestObjectiveIsDisplayedCall {
436436
static inline uintptr_t hPreviousAddressHook = 0;
437437
public:
438438
static uintptr_t __thiscall hookObjectiveDisplayed(BGSQuestObjective* pObjective) {
439-
DWORD result = 0;
439+
DWORD result = 1;
440440
if (hPreviousAddressHook)
441441
{
442442
result = ThisStdCall<uintptr_t>(hPreviousAddressHook, pObjective);

0 commit comments

Comments
 (0)