* we currently can have *four* different sound devices, instead of 3.

This commit is contained in:
Nathan Letwory
2009-09-10 23:46:42 +00:00
parent e9587a89fa
commit d1314c3db5

View File

@@ -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)