mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:39:03 +00:00
fix FixGarages
This commit is contained in:
parent
2f7ae611ed
commit
6c097398d1
1 changed files with 7 additions and 0 deletions
|
@ -828,6 +828,13 @@ FixGarages(uint8 save_type, uint8 *buf, uint8 *buf2, uint32 *size)
|
||||||
|
|
||||||
SkipBuf(buf2, sizeof(CStoredCar));
|
SkipBuf(buf2, sizeof(CStoredCar));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*size = 0;
|
||||||
|
|
||||||
|
assert(buf - buf_start == read);
|
||||||
|
assert(buf2 - buf2_start == written);
|
||||||
|
|
||||||
|
*size = 7876;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue