mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 12:18:05 +00:00
Fixes for Serge's review
This commit is contained in:
@ -174,7 +174,7 @@ void CMissionCleanup::Process()
|
||||
{
|
||||
CPopulation::m_AllRandomPedsThisType = -1;
|
||||
CPopulation::PedDensityMultiplier = 1.0f;
|
||||
CCarCtrl::CarDensityMultiplier = 1.0;
|
||||
CCarCtrl::CarDensityMultiplier = 1.0f;
|
||||
FindPlayerPed()->m_pWanted->m_fCrimeSensitivity = 1.0f;
|
||||
TheCamera.Restore();
|
||||
TheCamera.SetWideScreenOff();
|
||||
|
Reference in New Issue
Block a user