mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 09:04:08 +00:00
some fixes
This commit is contained in:
parent
4f8029ad7c
commit
2e915780aa
6 changed files with 30 additions and 19 deletions
|
@ -20077,7 +20077,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