mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 17:44:08 +00:00
Merge branch 'miami' of github.com:GTAmodding/re3 into miami
This commit is contained in:
commit
257f45c3c3
6 changed files with 30 additions and 19 deletions
|
@ -19969,7 +19969,7 @@ CPed::Load(uint8*& buf)
|
|||
|
||||
CStreaming::LoadAllRequestedModels(false);
|
||||
}
|
||||
GiveWeapon(bufWeapon.m_eWeaponType, bufWeapon.m_nAmmoTotal);
|
||||
GiveWeapon(bufWeapon.m_eWeaponType, bufWeapon.m_nAmmoTotal, false);
|
||||
}
|
||||
}
|
||||
SkipSaveBuf(buf, 252);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue