mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 21:14:08 +00:00
Merge branch 'miami' into lcs
# Conflicts: # premake5.lua
This commit is contained in:
commit
5d5e0f62e8
18 changed files with 152 additions and 103 deletions
|
@ -251,6 +251,11 @@ GenericSave(int file)
|
|||
WriteSaveDataBlock(CStreaming::MemoryCardSave, "StreamingSize");
|
||||
WriteSaveDataBlock(CPedType::Save, "PedTypeSize");
|
||||
|
||||
// sure just write garbage data repeatedly ...
|
||||
#ifndef THIS_IS_STUPID
|
||||
memset(work_buff, 0, sizeof(work_buff));
|
||||
#endif
|
||||
|
||||
// Write padding
|
||||
for (int i = 0; i < 4; i++) {
|
||||
size = align4bytes(SIZE_OF_ONE_GAME_IN_BYTES - totalSize - 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue