Use ALsizei/GLsizei to fix compile errors on mac / gcc 4.x.

This commit is contained in:
2006-01-29 21:29:14 +00:00
parent 48fc07716a
commit 24446906bc
2 changed files with 7 additions and 5 deletions

View File

@@ -404,7 +404,7 @@ SND_WaveSlot* SND_OpenALDevice::LoadSample(const STR_String& name,
ALenum al_error = alGetError();
#ifdef OUDE_OPENAL
unsigned int samplerate, numberofsamples; // openal_2.12
ALsizei samplerate, numberofsamples; // openal_2.12
#else
int samplerate, numberofsamples; // openal_2.14+
#endif