mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 11:54:08 +00:00
Gangs save and missed sound enums
This commit is contained in:
parent
2c81844c20
commit
3ba57c5f6a
4 changed files with 30 additions and 47 deletions
|
@ -755,7 +755,7 @@ void CHud::Draw()
|
|||
PagerXOffset -= fStep * CTimer::GetTimeStep();
|
||||
}
|
||||
if (!PagerSoundPlayed) {
|
||||
DMAudio.PlayFrontEndSound(96, 0);
|
||||
DMAudio.PlayFrontEndSound(SOUND_PAGER, 0);
|
||||
PagerSoundPlayed = 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue