mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-20 05:21:22 +02:00
One more type fix
This commit is contained in:
@@ -25,7 +25,7 @@ tPoliceRadioZone ZoneSfx[NUMAUDIOZONES];
|
|||||||
char SubZo2Label[8];
|
char SubZo2Label[8];
|
||||||
char SubZo3Label[8];
|
char SubZo3Label[8];
|
||||||
|
|
||||||
int32 g_nMissionAudioSfx = TOTAL_AUDIO_SAMPLES;
|
uint32 g_nMissionAudioSfx = TOTAL_AUDIO_SAMPLES;
|
||||||
int8 g_nMissionAudioPlayingStatus = 2;
|
int8 g_nMissionAudioPlayingStatus = 2;
|
||||||
uint8 gSpecialSuspectLastSeenReport;
|
uint8 gSpecialSuspectLastSeenReport;
|
||||||
uint32 gMinTimeToNextReport[NUM_CRIME_TYPES];
|
uint32 gMinTimeToNextReport[NUM_CRIME_TYPES];
|
||||||
|
Reference in New Issue
Block a user