mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 00:20:34 +00:00
commit
9b5a7cd4bb
37 changed files with 319 additions and 317 deletions
|
@ -55,7 +55,7 @@ void cMusicManager::DisplayRadioStationName()
|
|||
|
||||
if (!CTimer::GetIsPaused() && !TheCamera.m_WideScreenOn && cMusicManager::PlayerInCar() && !CReplay::IsPlayingBack()) {
|
||||
if (MusicManager.m_bPlayerInCar && !MusicManager.m_bPreviousPlayerInCar)
|
||||
pCurrentStation = nullptr;
|
||||
pCurrentStation = nil;
|
||||
|
||||
if (cSampleManager.IsMP3RadioChannelAvailable()) {
|
||||
gStreamedSound = MusicManager.m_nCurrentStreamedSound;
|
||||
|
@ -103,7 +103,7 @@ void cMusicManager::DisplayRadioStationName()
|
|||
}
|
||||
}
|
||||
|
||||
wchar *string = nullptr;
|
||||
wchar *string = nil;
|
||||
|
||||
switch (pRetune) {
|
||||
case HEAD_RADIO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue