mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 19:10:00 +00:00
Cleanup project a bit
This commit is contained in:
parent
d12db35a9f
commit
2115faec38
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