mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 17:00:33 +00:00
commit
7a77f995b2
13 changed files with 533 additions and 10 deletions
|
@ -51,7 +51,7 @@ void cMusicManager::DisplayRadioStationName()
|
|||
int8 gStreamedSound;
|
||||
int8 gRetuneCounter;
|
||||
|
||||
if (!CTimer::GetIsPaused() && !TheCamera.m_WideScreenOn && cMusicManager::PlayerInCar() && CReplay::Mode != 1) {
|
||||
if (!CTimer::GetIsPaused() && !TheCamera.m_WideScreenOn && cMusicManager::PlayerInCar() && !CReplay::IsPlayingBack()) {
|
||||
if (MusicManager.m_bPlayerInCar && !MusicManager.m_bPreviousPlayerInCar)
|
||||
pCurrentStation = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue