mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 08:30:36 +00:00
finish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES
This commit is contained in:
parent
72f6780905
commit
6f103a3b82
28 changed files with 1118 additions and 166 deletions
|
@ -3285,7 +3285,7 @@ CWeapon::Save(uint8*& buf)
|
|||
CopyToBuf(buf, m_nAmmoTotal);
|
||||
CopyToBuf(buf, m_nTimer);
|
||||
CopyToBuf(buf, m_bAddRotOffset);
|
||||
SkipSaveBuf(buf, 3);
|
||||
ZeroSaveBuf(buf, 3);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue