mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 09:16:22 +00:00
Fixes for aap review (audio8)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -64,11 +64,14 @@ cMusicManager::DisplayRadioStationName()
|
||||
if(SampleManager.IsMP3RadioChannelAvailable()) {
|
||||
gStreamedSound = MusicManager.m_nCurrentStreamedSound;
|
||||
|
||||
if(gStreamedSound != STREAMED_SOUND_CITY_AMBIENT &&
|
||||
gStreamedSound != STREAMED_SOUND_WATER_AMBIENT) {
|
||||
if(gStreamedSound > STREAMED_SOUND_RADIO_MP3_PLAYER) return;
|
||||
} else {
|
||||
if(gStreamedSound == STREAMED_SOUND_CITY_AMBIENT ||
|
||||
gStreamedSound == STREAMED_SOUND_WATER_AMBIENT) {
|
||||
gStreamedSound = STREAMED_SOUND_RADIO_POLICE;
|
||||
} else {
|
||||
|
||||
if(gStreamedSound >
|
||||
STREAMED_SOUND_RADIO_MP3_PLAYER)
|
||||
return;
|
||||
}
|
||||
|
||||
pRetune = gNumRetunePresses + gStreamedSound;
|
||||
@ -242,4 +245,4 @@ void
|
||||
cMusicManager::Service()
|
||||
{
|
||||
EAXJMP(0x57D440);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user