*** empty log message ***

This commit is contained in:
Tim Hentenaar
2003-02-19 17:29:18 +00:00
parent f8a364c232
commit d4bd344f02
2 changed files with 2 additions and 2 deletions
@@ -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()
+1 -1
View File
@@ -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;