mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 23:14:09 +00:00
Gangs save and missed sound enums
This commit is contained in:
parent
2c81844c20
commit
3ba57c5f6a
4 changed files with 30 additions and 47 deletions
|
@ -986,7 +986,7 @@ VALIDATESAVEBUF(size)
|
|||
void
|
||||
CPickups::Save(uint8 *buf, uint32 *size)
|
||||
{
|
||||
*size = sizeof(CPickup) * NUMPICKUPS + sizeof(uint16) + sizeof(uint16) + sizeof(uint32) * NUMCOLLECTEDPICKUPS;
|
||||
*size = sizeof(aPickUps) + sizeof(uint16) + sizeof(uint16) + sizeof(aPickUpsCollected);
|
||||
|
||||
INITSAVEBUF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue