Complete sfx enum, rename some sounds + fixes of missing ped comments

This commit is contained in:
Sergeanur
2021-05-12 03:26:54 +03:00
parent fc1bfcbc21
commit 2fc431d1bb
9 changed files with 10767 additions and 1367 deletions

View File

@@ -1076,8 +1076,8 @@ CPed::ProcessObjective(void)
SetMoveState(PEDMOVE_STILL);
if (m_objective == OBJECTIVE_HASSLE_CHAR) {
Say(SOUND_PED_COP_REACTION);
m_pedInObjective->Say(SOUND_PED_UNK_126);
Say(SOUND_PED_COP_ASK_FOR_ID);
m_pedInObjective->Say(SOUND_PED_INNOCENT);
m_leaveCarTimer = CTimer::GetTimeInMilliseconds() + 3000;
m_pedInObjective->m_leaveCarTimer = CTimer::GetTimeInMilliseconds() + 3000;
SetObjective(OBJECTIVE_WANDER);