From: Ryan C. Gordon Date: Wed, 10 Aug 2005 22:26:51 +0000 (+0000) Subject: Patched to link with OpenAL. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=sidebyside;h=5a57809c902422f9ed7bd30d3b9ea06aed1d082c;p=lugaru.git Patched to link with OpenAL. --- diff --git a/Source/fmod.h b/Source/fmod.h index 5cd7b2e..5e35586 100644 --- a/Source/fmod.h +++ b/Source/fmod.h @@ -30,6 +30,7 @@ #define FSOUND_Stream_SetMode OPENAL_Stream_SetMode #define FSOUND_Stream_Stop OPENAL_Stream_Stop #define FSOUND_Update OPENAL_Update +#define FSOUND_SetOutput OPENAL_SetOutput #endif #include "fmod_header.h"