mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
RTech: small cleanup for PakDecoder_s
Removed unused union
This commit is contained in:
parent
fce6d8e300
commit
9ef05df84b
@ -548,15 +548,11 @@ struct PakDecoder_t
|
|||||||
|
|
||||||
size_t bufferSizeNeeded;
|
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 currentBit;
|
||||||
uint32_t dword6C;
|
|
||||||
|
|
||||||
|
uint32_t dword6C;
|
||||||
uint64_t qword70;
|
uint64_t qword70;
|
||||||
|
|
||||||
union
|
union
|
||||||
|
Loading…
x
Reference in New Issue
Block a user