mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 12:14:07 +00:00
fixed linux saving
This commit is contained in:
parent
2016cd54b0
commit
408f47fc9d
2 changed files with 2 additions and 2 deletions
|
@ -404,7 +404,7 @@ inline T *WriteSaveBuf(uint8 *&buf, const T &value)
|
|||
WriteSaveBuf(buf, b);\
|
||||
WriteSaveBuf(buf, c);\
|
||||
WriteSaveBuf(buf, d);\
|
||||
WriteSaveBuf(buf, size);
|
||||
WriteSaveBuf<uint32>(buf, size);
|
||||
|
||||
#define CheckSaveHeader(buf,a,b,c,d,size)\
|
||||
assert(ReadSaveBuf<char>(buf) == a);\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue