r890 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 5 03:05:04 EDT 2006


Author: ludwig
Date: 2006-09-05 03:05:04 -0400 (Tue, 05 Sep 2006)
New Revision: 890

Modified:
   trunk/code/client/snd_openal.c
Log:
looks like ALCchar is not available on older openal versions


Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2006-09-05 07:02:23 UTC (rev 889)
+++ trunk/code/client/snd_openal.c	2006-09-05 07:05:04 UTC (rev 890)
@@ -1792,8 +1792,8 @@
 	if((enumsupport = qalcIsExtensionPresent(NULL, "ALC_ENUMERATION_EXT")))
 	{
 		char devicenames[1024] = "";
-		const ALCchar *devicelist;
-		const ALCchar *defaultdevice;
+		const char *devicelist;
+		const char *defaultdevice;
 		int curlen;
 		
 		// get all available devices + the default device name.




More information about the quake3-commits mailing list