From 328fb75674db33ef039dc4c8351352ae80c387ec Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:15:55 +0200 Subject: [PATCH] Should be a word pointer --- r5dev/public/rtech/ipakfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/public/rtech/ipakfile.h b/r5dev/public/rtech/ipakfile.h index 5041bcce..ffe58af7 100644 --- a/r5dev/public/rtech/ipakfile.h +++ b/r5dev/public/rtech/ipakfile.h @@ -259,7 +259,7 @@ struct PakMemoryData_t uint8_t** m_pagePointers; PakPatchFileHeader_t* m_patchHeaders; - uint64_t UnkPatchIndexes; + short* UnkPatchIndexes; char* m_streamingFilePaths; char* m_optStreamingFilePaths;