mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 02:24: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
|
@ -125,8 +125,7 @@ void COnscreenTimerEntry::Process() {
|
|||
*timerPtr = (uint32)newTime;
|
||||
uint32 oldTimeSeconds = oldTime / 1000;
|
||||
if(oldTimeSeconds <= 11 && newTime / 1000 != oldTimeSeconds) {
|
||||
// TODO: use an enum here
|
||||
DMAudio.PlayFrontEndSound(0x93, newTime / 1000);
|
||||
DMAudio.PlayFrontEndSound(SOUND_CLOCK_TICK, newTime / 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue