From a546836a100febd04c590b1d9be8b24ee142f887 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:35:20 +0200 Subject: [PATCH] RTech: small cleanup for PakDecoder_s Removed unused union --- r5dev/public/rtech/ipakfile.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/r5dev/public/rtech/ipakfile.h b/r5dev/public/rtech/ipakfile.h index e238de27..e2c81a10 100644 --- a/r5dev/public/rtech/ipakfile.h +++ b/r5dev/public/rtech/ipakfile.h @@ -548,15 +548,11 @@ struct PakDecoder_t size_t bufferSizeNeeded; - union - { - // current byte and current bit of byte - uint64_t currentByte; - }; - + // current byte and current bit of byte + uint64_t currentByte; uint32_t currentBit; - uint32_t dword6C; + uint32_t dword6C; uint64_t qword70; union