mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 09:26:24 +00:00
Cleanup project a bit
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user