mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 09:04:08 +00:00
Merge remote-tracking branch 'origin/miami' into lcs
This commit is contained in:
commit
6f0f9d7d69
3 changed files with 18 additions and 6 deletions
|
@ -828,6 +828,13 @@ FixGarages(uint8 save_type, uint8 *buf, uint8 *buf2, uint32 *size)
|
|||
|
||||
SkipBuf(buf2, sizeof(CStoredCar));
|
||||
}
|
||||
|
||||
*size = 0;
|
||||
|
||||
assert(buf - buf_start == read);
|
||||
assert(buf2 - buf2_start == written);
|
||||
|
||||
*size = 7876;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue