mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-14 18:55:50 +02:00
Fix max iterator value in InitialisePoliceRadio
This commit is contained in:
@@ -2602,7 +2602,7 @@ cAudioManager::InitialisePoliceRadio()
|
|||||||
|
|
||||||
SampleManager.SetChannelReverbFlag(policeChannel, 0);
|
SampleManager.SetChannelReverbFlag(policeChannel, 0);
|
||||||
gSpecialSuspectLastSeenReport = 0;
|
gSpecialSuspectLastSeenReport = 0;
|
||||||
for(int32 i = 0; i < 18; i++) { gMinTimeToNextReport[i] = m_nTimeOfRecentCrime; }
|
for(int32 i = 0; i < 17; i++) { gMinTimeToNextReport[i] = m_nTimeOfRecentCrime; }
|
||||||
}
|
}
|
||||||
|
|
||||||
struct tPoliceRadioZone {
|
struct tPoliceRadioZone {
|
||||||
|
Reference in New Issue
Block a user