Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-09-11 03:46:42 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-09-11 03:46:42 +0400
commitd1314c3db541a8919eb8414d1718bdee273a8a9f (patch)
tree8c3cf383ac65965e1eae725456afef4748c41d49 /intern/audaspace
parente9587a89faf33aa0c1383b59f006be4cc7443a5a (diff)
* we currently can have *four* different sound devices, instead of 3.
Diffstat (limited to 'intern/audaspace')
-rw-r--r--intern/audaspace/intern/AUD_C-API.cpp2
1 files changed, 1 insertions, 1 deletions
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)