mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 20:04:09 +00:00
Peds, eSound and PedState enum, fixes
This commit is contained in:
parent
c498af29aa
commit
5dc410a999
26 changed files with 1089 additions and 638 deletions
|
@ -1144,7 +1144,7 @@ void CHud::DrawAfterFade()
|
|||
m_fHelpMessageTime = CMessages::GetWideStringLength(m_HelpMessage) * 0.05f + 3.0f;
|
||||
|
||||
if (TheCamera.m_ScreenReductionPercentage == 0.0f)
|
||||
DMAudio.PlayFrontEndSound(SOUND_A0, 0);
|
||||
DMAudio.PlayFrontEndSound(SOUND_HUD_SOUND, 0);
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue