mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 10:35:54 +00:00
Fix cMusicManager::SetRadioChannelByScript
This commit is contained in:
parent
3b85457020
commit
c0be4a3f7d
|
@ -223,8 +223,8 @@ void
|
|||
cMusicManager::SetRadioChannelByScript(uint32 station, int32 pos)
|
||||
{
|
||||
if (m_bIsInitialised) {
|
||||
if (station == USERTRACK)
|
||||
station = RADIO_OFF;
|
||||
if (station == STREAMED_SOUND_RADIO_MP3_PLAYER)
|
||||
station = STREAMED_SOUND_CITY_AMBIENT;
|
||||
if (station <= STREAMED_SOUND_RADIO_POLICE) {
|
||||
m_bRadioSetByScript = true;
|
||||
m_nRadioStation = station;
|
||||
|
@ -564,8 +564,8 @@ cMusicManager::ServiceGameMode()
|
|||
gRetuneCounter = 0;
|
||||
return;
|
||||
}
|
||||
if (m_nAnnouncement == NO_TRACK)
|
||||
{
|
||||
if(m_nAnnouncement == NO_TRACK) {
|
||||
m_nStreamedTrack = NO_TRACK;
|
||||
m_nFrontendTrack = GetCarTuning();
|
||||
field_2 = false;
|
||||
gRetuneCounter = 0;
|
||||
|
|
Loading…
Reference in a new issue