From d2a6fd58a339aa1bfe977d022dce55d688dca9c3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 25 Mar 2010 18:39:16 -0700 Subject: Use unsigned types for mono and stereo source count hints --- OpenAL32/Include/alMain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index aea2b50e..7dea61b2 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -245,8 +245,8 @@ struct ALCdevice_struct // Maximum number of slots that can be created ALuint AuxiliaryEffectSlotMax; - ALint lNumMonoSources; - ALint lNumStereoSources; + ALCuint NumMonoSources; + ALCuint NumStereoSources; ALuint NumAuxSends; // Linked List of Buffers for this device -- cgit v1.2.3