mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 15:44:08 +00:00
Implement PreloadMissionAudio + small fixes
This commit is contained in:
parent
cce3aac4c3
commit
a2e59564c8
5 changed files with 133 additions and 50 deletions
|
@ -365,4 +365,4 @@ inline T *WriteSaveBuf(uint8 *&buf, const T &value)
|
|||
assert(ReadSaveBuf<char>(buf) == b);\
|
||||
assert(ReadSaveBuf<char>(buf) == c);\
|
||||
assert(ReadSaveBuf<char>(buf) == d);\
|
||||
assert(ReadSaveBuf<uint32>(buf) == size);
|
||||
assert(ReadSaveBuf<uint32>(buf) == size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue