From: Ryan C. Gordon Date: Wed, 10 Aug 2005 22:26:29 +0000 (+0000) Subject: Patched to link. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=sidebyside;h=0a3d98ffa99fe125fb6ac88ef468673c03fcb12d;p=lugaru.git Patched to link. --- diff --git a/Source/openal_wrapper.cpp b/Source/openal_wrapper.cpp index a7bce97..c717e00 100644 --- a/Source/openal_wrapper.cpp +++ b/Source/openal_wrapper.cpp @@ -528,5 +528,10 @@ void F_API OPENAL_Update() alcProcessContext(alcGetCurrentContext()); } +signed char F_API OPENAL_SetOutput(int outputtype) +{ + return TRUE; +} + #endif