mirror of
https://github.com/halpz/re3.git
synced 2025-04-24 19:48:08 +00:00
fix FixGarages
This commit is contained in:
parent
2f7ae611ed
commit
6c097398d1
@ -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…
x
Reference in New Issue
Block a user