mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 16:22:38 +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));
|
SkipBuf(buf2, sizeof(CStoredCar));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*size = 0;
|
||||||
|
|
||||||
|
assert(buf - buf_start == read);
|
||||||
|
assert(buf2 - buf2_start == written);
|
||||||
|
|
||||||
|
*size = 7876;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user