diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/PlayerInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/PlayerInfo.cpp b/src/core/PlayerInfo.cpp index 48425a23..f4e762c0 100644 --- a/src/core/PlayerInfo.cpp +++ b/src/core/PlayerInfo.cpp @@ -143,6 +143,7 @@ CPlayerInfo::Clear(void) m_nMaxHealth = m_nMaxArmour = 100; m_bGetOutOfJailFree = false; m_bGetOutOfHospitalFree = false; + m_bDriveByAllowed = true; m_nPreviousTimeRewardedForExplosion = 0; m_nExplosionsSinceLastReward = 0; } |