mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 19:28:59 +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;
|
gRetuneCounter = 0;
|
||||||
field_2 = false;
|
field_2 = false;
|
||||||
} else if (ped) {
|
} 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
|
#ifdef GTA_PC
|
||||||
if (SampleManager.IsMP3RadioChannelAvailable()
|
if (SampleManager.IsMP3RadioChannelAvailable()
|
||||||
&& vehicle->m_nRadioStation < USERTRACK
|
&& vehicle->m_nRadioStation < USERTRACK
|
||||||
|
|
Loading…
Reference in a new issue