X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fopenal_wrapper.cpp;h=79be832f787dec547c6e23058216dca763e0e21e;hb=e08a65d1b8613dfbe0f48a7d868c5b0459b411a6;hp=cc7ffc55443f433009fd62b5ed50381c7ad5b660;hpb=1cd298a004e19319fef1928e58d2e5b626e48027;p=lugaru.git diff --git a/Source/openal_wrapper.cpp b/Source/openal_wrapper.cpp index cc7ffc5..79be832 100644 --- a/Source/openal_wrapper.cpp +++ b/Source/openal_wrapper.cpp @@ -19,8 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#if USE_OPENAL - #include #include #include @@ -692,6 +690,3 @@ extern "C" void PlayStreamEx(int chan, OPENAL_STREAM *sptr, OPENAL_DSPUNIT *dsp, channels[chan] = OPENAL_Stream_PlayEx(OPENAL_FREE, sptr, dsp, startpaused); } } - -#endif -