diff --git a/code/components/gta-streaming-five/include/fiCollectionWrapper.h b/code/components/gta-streaming-five/include/fiCollectionWrapper.h index dd1979701f..33de3fac00 100644 --- a/code/components/gta-streaming-five/include/fiCollectionWrapper.h +++ b/code/components/gta-streaming-five/include/fiCollectionWrapper.h @@ -49,6 +49,9 @@ namespace rage struct RawEntry { FileEntry fe; +#if defined(IS_RDR3) + char m_pad[8]; +#endif uint64_t timestamp; const char* fileName;