mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- fix cop lights appearing on wrong cars
This commit is contained in:
parent
c32d08c0b4
commit
b76ced0ac6
@ -184,7 +184,7 @@ int CarHasSiren(int index)
|
||||
}
|
||||
}
|
||||
|
||||
return M_SHRT_2((MissionHeader->residentModels[index] == 0) ? SOUND_BANK_VOICES : 0, 6);
|
||||
return (MissionHeader->residentModels[index] == 0) ? M_SHRT_2(SOUND_BANK_VOICES, 6) : 0;
|
||||
}
|
||||
|
||||
// [D] [T]
|
||||
|
Loading…
Reference in New Issue
Block a user