]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.cpp
Remove some extra declarations of "channels"
[lugaru.git] / Source / openal_wrapper.cpp
index 3d9021f006e86e4bb929623433541f92c43a7a17..5e832fb5bc6959099b292cc2eea29e4aeb22184b 100644 (file)
@@ -644,7 +644,7 @@ AL_API signed char OPENAL_SetOutput(int outputtype)
     return true;
 }
 
-extern int channels[100];
+extern int channels[];
 
 extern "C" void PlaySoundEx(int chan, OPENAL_SAMPLE *sptr, OPENAL_DSPUNIT *dsp, signed char startpaused)
 {