summaryrefslogtreecommitdiffstats
path: root/src/audio/PolRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/PolRadio.h')
-rw-r--r--src/audio/PolRadio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/PolRadio.h b/src/audio/PolRadio.h
index f402c200..c7b0bcc8 100644
--- a/src/audio/PolRadio.h
+++ b/src/audio/PolRadio.h
@@ -23,7 +23,7 @@ VALIDATE_SIZE(cAMCrime, 20);
class cPoliceRadioQueue
{
public:
- int32 m_aSamples[POLICE_RADIO_QUEUE_MAX_SAMPLES];
+ uint32 m_aSamples[POLICE_RADIO_QUEUE_MAX_SAMPLES];
uint8 m_nSamplesInQueue;
uint8 m_nAddOffset;
uint8 m_nRemoveOffset;