*** empty log message ***
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "../../global.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include "SDL_image.h"
|
||||
#include "LoadingWindow_SDL.h"
|
||||
|
||||
#include "loading.xpm"
|
||||
|
||||
LoadingWindow_SDL::LoadingWindow_SDL()
|
||||
|
||||
@@ -51,7 +51,7 @@ RageSoundDriver *MakeRageSoundDriver(CString drivers)
|
||||
if(!DriversToTry[i].CompareNoCase("DirectSound-sw")) ret = new RageSound_DSound_Software;
|
||||
if(!DriversToTry[i].CompareNoCase("WaveOut")) ret = new RageSound_WaveOut;
|
||||
#endif
|
||||
#ifndef WIN32 // FIXME: change to a define for -nix platforms?
|
||||
#ifdef LINUX
|
||||
if(!DriversToTry[i].CompareNoCase("Linux")) ret = new RageSound_Linux;
|
||||
#endif
|
||||
if(!DriversToTry[i].CompareNoCase("Null")) ret = new RageSound_Null;
|
||||
|
||||
Reference in New Issue
Block a user