[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23117] branches/blender2.5/blender/intern /audaspace/intern/AUD_C-API.cpp: * we currently can have *four* different sound devices, instead of 3.

Nathan Letwory jesterking at letwory.net
Fri Sep 11 01:46:43 CEST 2009


Revision: 23117
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23117
Author:   jesterking
Date:     2009-09-11 01:46:42 +0200 (Fri, 11 Sep 2009)

Log Message:
-----------
* we currently can have *four* different sound devices, instead of 3.

Modified Paths:
--------------
    branches/blender2.5/blender/intern/audaspace/intern/AUD_C-API.cpp

Modified: branches/blender2.5/blender/intern/audaspace/intern/AUD_C-API.cpp
===================================================================
--- branches/blender2.5/blender/intern/audaspace/intern/AUD_C-API.cpp	2009-09-10 22:32:33 UTC (rev 23116)
+++ branches/blender2.5/blender/intern/audaspace/intern/AUD_C-API.cpp	2009-09-10 23:46:42 UTC (rev 23117)
@@ -67,7 +67,7 @@
 #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)





More information about the Bf-blender-cvs mailing list