diff options
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
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 |