mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
RTech: remove extraneous trailing semi-colon
This commit is contained in:
parent
84831f53b6
commit
a26e692b37
@ -218,7 +218,7 @@ size_t Pak_RTechDecoderInit(PakDecoder_s* const decoder, const uint8_t* const fi
|
||||
const uint64_t finalPos = inputMask & decoder->inBufBytePos;
|
||||
decoder->headerOffset = (currbits >> 3) + 1;
|
||||
decoder->inBufBytePos += (currbits >> 3) + 1;
|
||||
decoder->bufferSizeNeeded = *(_QWORD*)(finalPos + fileBuffer) & ((1i64 << (8 * ((uint8_t)(currbits >> 3) + 1))) - 1);;
|
||||
decoder->bufferSizeNeeded = *(_QWORD*)(finalPos + fileBuffer) & ((1i64 << (8 * ((uint8_t)(currbits >> 3) + 1))) - 1);
|
||||
}
|
||||
|
||||
decoder->bufferSizeNeeded += dataOffset;
|
||||
|
@ -1089,7 +1089,7 @@ bool Pak_StartLoadingPak(PakLoadedInfo_s* const loadedInfo)
|
||||
// virtualSegmentCount = pakHdr.virtualSegmentCount;
|
||||
// v32 = *(unsigned int*)&pakHdr.unk2[4];
|
||||
//
|
||||
// loadedInfo->assetGuids = (PakGuid_t*)loadedInfo->allocator->Alloc(sizeof(PakGuid_t) * asset_entry_count_var, 8);;
|
||||
// loadedInfo->assetGuids = (PakGuid_t*)loadedInfo->allocator->Alloc(sizeof(PakGuid_t) * asset_entry_count_var, 8);
|
||||
//
|
||||
// size_t streamingFilesBuifSize = pakHdr.streamingFilesBufSize[STREAMING_SET_OPTIONAL] + pakHdr.streamingFilesBufSize[STREAMING_SET_MANDATORY];
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user