diff --git a/source/Enderal DLL/src/Patches/DialogueMenuPatch.h b/source/Enderal DLL/src/Patches/DialogueMenuPatch.h index 970f25f3..ba7b7faa 100644 --- a/source/Enderal DLL/src/Patches/DialogueMenuPatch.h +++ b/source/Enderal DLL/src/Patches/DialogueMenuPatch.h @@ -46,7 +46,7 @@ private: { using func_t = decltype(&OpenJournal); // Checked: 1.5.97, 1.6.640, 1.6.659, 1.6.1130 - REL::Relocation func{ REL::RelocationID(52428, 53327) }; + REL::Relocation func{ REL::VariantID(52428, 53327, 0x8EAD70) }; func(a_bool); }