diff --git a/contrib/games/wolf3d/Makefile b/contrib/games/wolf3d/Makefile index 5be015a4a0..612f29af9d 100755 --- a/contrib/games/wolf3d/Makefile +++ b/contrib/games/wolf3d/Makefile @@ -7,7 +7,7 @@ CFLAGS = -c -fno-ident -O2 -fomit-frame-pointer -fno-ident -U__WIN32__ -U_Win32 LDFLAGS = -static -S -nostdlib -T $(SDK_DIR)/sources/newlib/app.lds --image-base 0 INCLUDES = -I$(SDK_DIR)/sources/newlib/libc/include -I$(SDK_DIR)/sources/SDL-1.2.2_newlib/include -I. -I SDL_mixer -LIBPATH = -L $(SDK_DIR)/lib -L /home/autobuild/tools/win32/mingw32/lib +LIBPATH = -L $(SDK_DIR)/lib -L /home/autobuild/tools/win32/mingw32/lib -L $(SDK_DIR)/lib OBJECTS += wl_cloudsky.o OBJECTS += wl_debug.o diff --git a/contrib/games/wolf3d/id_sd.cpp b/contrib/games/wolf3d/id_sd.cpp index 87f3152332..c85c8ae757 100755 --- a/contrib/games/wolf3d/id_sd.cpp +++ b/contrib/games/wolf3d/id_sd.cpp @@ -1115,7 +1115,9 @@ SD_Shutdown(void) free(DigiList); SD_Started = false; + #ifdef _KOLIBRI Mix_CloseAudio(); + #endif } ///////////////////////////////////////////////////////////////////////////