From 0ab373f502a43226256ddf4fca8149d4c8e3650b Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Wed, 4 Nov 2020 22:43:08 +0100 Subject: [PATCH] [Patches] Fix border with "Sing Missed" enabled --- source-code/source/plugins/Patches/dllmain.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source-code/source/plugins/Patches/dllmain.cpp b/source-code/source/plugins/Patches/dllmain.cpp index f92f23f..639b9ad 100644 --- a/source-code/source/plugins/Patches/dllmain.cpp +++ b/source-code/source/plugins/Patches/dllmain.cpp @@ -840,7 +840,8 @@ void ApplyPatches() { if (nSingMissed) { InjectCode((void*)0x140109044, { 0xEB }); - InjectCode((void*)0x140109096, { 0xEB }); + // Breaks border: + // InjectCode((void*)0x140109096, { 0xEB }); } // Force mouth animations {