mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 17:39:01 +00:00
cMusicManager::ServiceGameMode fix
This commit is contained in:
parent
bf52620175
commit
4846564c78
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ cMusicManager::ServiceGameMode()
|
|||
gRetuneCounter = 0;
|
||||
field_2 = false;
|
||||
} else if (ped) {
|
||||
if (ped->m_objective != OBJECTIVE_WAIT_ON_FOOT_AT_ICE_CREAM_VAN && ped->m_objective != OBJ_55) {
|
||||
if(!ped->DyingOrDead()) {
|
||||
#ifdef GTA_PC
|
||||
if (SampleManager.IsMP3RadioChannelAvailable()
|
||||
&& vehicle->m_nRadioStation < USERTRACK
|
||||
|
|
Loading…
Reference in a new issue