]> git.jsancho.org Git - lugaru.git/blobdiff - Source/openal_wrapper.cpp
Switched all data access to the new methods
[lugaru.git] / Source / openal_wrapper.cpp
index 4331c69f33ff075d450336a0dadefc2e5d966959..ecac525b61f9312217755e0c4ffd7c5bc4d2752e 100644 (file)
@@ -293,7 +293,6 @@ static void *decode_to_pcm(const char *_fname, ALenum &format, ALsizei &size, AL
     strcat(fname, ".ogg");
 
     // just in case...
-#undef fopen
     FILE *io = fopen(fname, "rb");
     if (io == NULL)
         return NULL;