From 46f3fa07b4ab6610565718079aae110530849a22 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Sat, 14 Mar 2020 03:45:18 +0100 Subject: [PATCH] Fix Patches on 6.00 --- source-code/source/plugins/Patches/dllmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-code/source/plugins/Patches/dllmain.cpp b/source-code/source/plugins/Patches/dllmain.cpp index 96898dc..bdd02c7 100644 --- a/source-code/source/plugins/Patches/dllmain.cpp +++ b/source-code/source/plugins/Patches/dllmain.cpp @@ -317,9 +317,9 @@ void ApplyPatches() { // Use GLUT_CURSOR_RIGHT_ARROW instead of GLUT_CURSOR_NONE if (nCursor) { - InjectCode((void*)0x000000014018B44A, { 0x00 }); + /*InjectCode((void*)0x000000014018B44A, { 0x00 }); InjectCode((void*)0x00000001402E7FE5, { 0xeb }); // Disable debug cursor // unsure - printf("[Patches] Cursor enabled\n"); + printf("[Patches] Cursor enabled\n");*/ } // Override status icon states to be invalid (hides them) if (nStatusIcons > 0)