aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-25 18:39:16 -0700
committerChris Robinson <[email protected]>2010-03-25 18:39:16 -0700
commitd2a6fd58a339aa1bfe977d022dce55d688dca9c3 (patch)
tree4b7755738d9c1d603404c0f117ed4df0b1bb7ff5 /OpenAL32
parent05098862c56e1eb82cb00720e5c72f4b5f25cbca (diff)
Use unsigned types for mono and stereo source count hints
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h4
1 files changed, 2 insertions, 2 deletions
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