mirror of
https://github.com/halpz/re3.git
synced 2025-12-20 05:02:51 +00:00
CPopulation done, CCopPed and fixes
This commit is contained in:
@@ -303,7 +303,7 @@ CEmergencyPed::MedicAI(void)
|
||||
if (!m_pRevivedPed || m_pRevivedPed->m_fHealth > 0.0f || m_pRevivedPed->bFadeOut) {
|
||||
m_nEmergencyPedState = EMERGENCY_PED_DETERMINE_NEXT_STATE;
|
||||
} else {
|
||||
m_pRevivedPed->m_bloodyFootprintCount = CTimer::GetTimeInMilliseconds();
|
||||
m_pRevivedPed->m_bloodyFootprintCountOrDeathTime = CTimer::GetTimeInMilliseconds();
|
||||
SetMoveState(PEDMOVE_STILL);
|
||||
m_nPedState = PED_CPR;
|
||||
m_nLastPedState = PED_CPR;
|
||||
|
||||
Reference in New Issue
Block a user