mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 01:46:17 +00:00
Gangs save and missed sound enums
This commit is contained in:
@ -755,7 +755,7 @@ void CHud::Draw()
|
||||
PagerXOffset -= fStep * CTimer::GetTimeStep();
|
||||
}
|
||||
if (!PagerSoundPlayed) {
|
||||
DMAudio.PlayFrontEndSound(96, 0);
|
||||
DMAudio.PlayFrontEndSound(SOUND_PAGER, 0);
|
||||
PagerSoundPlayed = 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user