diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-27 22:38:35 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-07-27 22:38:35 +0300 |
commit | d0666a8702ab3dff7c054474c7b0e833cc479501 (patch) | |
tree | 5a15d8865d532e8e4522ed0f413f4c56b5bab45f | |
parent | 16e2e3d0913b5454b51c1300a6b6e1ae4012441a (diff) |
One more type fix
-rw-r--r-- | src/audio/PolRadio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/PolRadio.cpp b/src/audio/PolRadio.cpp index 6fc1ceef..d6079191 100644 --- a/src/audio/PolRadio.cpp +++ b/src/audio/PolRadio.cpp @@ -25,7 +25,7 @@ tPoliceRadioZone ZoneSfx[NUMAUDIOZONES]; char SubZo2Label[8]; char SubZo3Label[8]; -int32 g_nMissionAudioSfx = TOTAL_AUDIO_SAMPLES; +uint32 g_nMissionAudioSfx = TOTAL_AUDIO_SAMPLES; int8 g_nMissionAudioPlayingStatus = 2; uint8 gSpecialSuspectLastSeenReport; uint32 gMinTimeToNextReport[NUM_CRIME_TYPES]; |