mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 01:39:01 +00:00
One more type fix
This commit is contained in:
parent
16e2e3d091
commit
d0666a8702
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue