]> git.jsancho.org Git - lugaru.git/commitdiff
Patched to link.
authorRyan C. Gordon <icculus@icculus.org>
Wed, 10 Aug 2005 22:26:29 +0000 (22:26 +0000)
committerRyan C. Gordon <icculus@icculus.org>
Wed, 10 Aug 2005 22:26:29 +0000 (22:26 +0000)
Source/openal_wrapper.cpp

index a7bce97aa7ca508fcb84fff213bd24a80b362885..c717e000253787ac61711c32e92cf1e70cbd4513 100644 (file)
@@ -528,5 +528,10 @@ void F_API OPENAL_Update()
     alcProcessContext(alcGetCurrentContext());
 }
 
+signed char F_API OPENAL_SetOutput(int outputtype)
+{
+    return TRUE;
+}
+
 #endif