From 3020abeed75e64c270e9d951c457be63bc6489c2 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:52:24 +0100 Subject: [PATCH] RTech: remove temp debugging code --- r5dev/rtech/pak/pakparse.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/r5dev/rtech/pak/pakparse.cpp b/r5dev/rtech/pak/pakparse.cpp index 6a5aee27..f13b06fb 100644 --- a/r5dev/rtech/pak/pakparse.cpp +++ b/r5dev/rtech/pak/pakparse.cpp @@ -443,10 +443,6 @@ LABEL_45: v28 = memoryData->field_2A8; numBytesToProcess = qword1D0 - memoryData->processedPatchedDataSize; - // temp debugging measure to set the patch func ptr to the one in sdk - if (memoryData->patchFunc == PakPatchFuncs_s::PatchFunc_t(0x000000014043e2a0)) - memoryData->patchFunc = g_pakPatchApi[0]; - if (memoryData->patchSrcSize + v28) { do