From d1314c3db541a8919eb8414d1718bdee273a8a9f Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Thu, 10 Sep 2009 23:46:42 +0000 Subject: * we currently can have *four* different sound devices, instead of 3. --- intern/audaspace/intern/AUD_C-API.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/audaspace') diff --git a/intern/audaspace/intern/AUD_C-API.cpp b/intern/audaspace/intern/AUD_C-API.cpp index 7a624aa53fd..45faebc7e97 100644 --- a/intern/audaspace/intern/AUD_C-API.cpp +++ b/intern/audaspace/intern/AUD_C-API.cpp @@ -67,7 +67,7 @@ typedef AUD_ReadDevice AUD_Device; #endif static AUD_IDevice* AUD_device = NULL; -static int AUD_available_devices[3]; +static int AUD_available_devices[4]; static AUD_I3DDevice* AUD_3ddevice = NULL; int AUD_init(AUD_DeviceType device, AUD_Specs specs, int buffersize) -- cgit v1.2.3