mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 08:06:21 +00:00
fix FixGarages
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user