mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 18:32:44 +01:00
Change type of _currChunkSz
This commit is contained in:
parent
3db102a13e
commit
70d72fed38
@ -20,7 +20,7 @@ class RWBStream {
|
||||
char* _dataCur;
|
||||
char* _nextChunk;
|
||||
std::uint32_t _chunkVersion;
|
||||
std::ptrdiff_t _currChunkSz;
|
||||
size_t _currChunkSz;
|
||||
|
||||
public:
|
||||
typedef std::uint32_t ChunkID;
|
||||
|
Loading…
Reference in New Issue
Block a user