1
0
mirror of https://github.com/td512/re3.git synced 2026-02-20 17:24:59 +00:00

sync with upstream

This commit is contained in:
Nikolay Korolev
2019-07-09 23:39:29 +03:00
38 changed files with 1065 additions and 86 deletions

View File

@@ -24,6 +24,19 @@ void CPlayerPed::ClearWeaponTarget()
ClearPointGunAt();
}
void
CPlayerPed::SetWantedLevel(int32 level)
{
m_pWanted->SetWantedLevel(level);
}
void
CPlayerPed::SetWantedLevelNoDrop(int32 level)
{
m_pWanted->SetWantedLevelNoDrop(level);
}
class CPlayerPed_ : public CPlayerPed
{
public: