Gangs save and missed sound enums

This commit is contained in:
Sergeanur 2019-10-17 13:21:31 +03:00
parent 2c81844c20
commit 3ba57c5f6a
4 changed files with 30 additions and 47 deletions

View file

@ -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