forked from KolibriOS/kolibrios
Wolfenstein 3D:
- Fixed crash when finishing a game in Linux. - Fixed makefile libSDLn dir. git-svn-id: svn://kolibrios.org@8647 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
462a623097
commit
4ab1cbe4b1
@ -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
|
||||
|
@ -1115,7 +1115,9 @@ SD_Shutdown(void)
|
||||
free(DigiList);
|
||||
|
||||
SD_Started = false;
|
||||
#ifdef _KOLIBRI
|
||||
Mix_CloseAudio();
|
||||
#endif
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user