This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
3 additions
and
3 deletions.
-
+1
−1
src/core/Stats.h
-
+2
−2
src/peds/Ped.cpp
There are no files selected for viewing
|
|
@@ -5,7 +5,7 @@ class CStats |
|
|
public: |
|
|
static int32 &DaysPassed; |
|
|
static int32 &HeadShots; |
|
|
static bool& CommercialPassed; |
|
|
static bool& CommercialPassed; |
|
|
static int32 &NumberKillFrenziesPassed; |
|
|
static int32 &PeopleKilledByOthers; |
|
|
|
|
|
|
|
|
@@ -2702,9 +2702,9 @@ CPed::QuitEnteringCar(void) |
|
|
bUsesCollision = true; |
|
|
|
|
|
if (IsPlayer() && GetWeapon()->m_eWeaponType == WEAPONTYPE_UZI) { |
|
|
if (IsPlayer() && m_storedWeapon != NO_STORED_WEAPON) { |
|
|
if (IsPlayer() && m_storedWeapon != WEAPONTYPE_UNIDENTIFIED) { |
|
|
SetCurrentWeapon(m_storedWeapon); |
|
|
m_storedWeapon = NO_STORED_WEAPON; |
|
|
m_storedWeapon = WEAPONTYPE_UNIDENTIFIED; |
|
|
} |
|
|
} else { |
|
|
CWeaponInfo *curWeapon = CWeaponInfo::GetWeaponInfo(GetWeapon()->m_eWeaponType); |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.