mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 04:44:09 +00:00
Merge pull request #1016 from erorcun/miami
Overhaul MusicManager - fix radio bugs, scroll to prev station, radio…
This commit is contained in:
commit
1eb77c4d6d
15 changed files with 393 additions and 264 deletions
|
@ -1227,7 +1227,7 @@ void CHud::Draw()
|
|||
m_HelpMessageDisplayTime = CMessages::GetWideStringLength(m_HelpMessage) * 0.05f + 3.0f;
|
||||
|
||||
if (TheCamera.m_ScreenReductionPercentage == 0.0f)
|
||||
DMAudio.PlayFrontEndSound(SOUND_HUD_SOUND, 0);
|
||||
DMAudio.PlayFrontEndSound(SOUND_HUD, 0);
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue