fix Windows compile

This commit is contained in:
Glenn Maynard
2004-05-13 20:14:32 +00:00
parent a77334814b
commit 20939ee8e1
+2 -1
View File
@@ -10,6 +10,7 @@
#include "PrefsManager.h" #include "PrefsManager.h"
#include "RageDisplay.h" #include "RageDisplay.h"
#include "AnnouncerManager.h" #include "AnnouncerManager.h"
#include "SDL_utils.h"
RageSounds *SOUND = NULL; RageSounds *SOUND = NULL;
@@ -262,7 +263,7 @@ int MusicThread_start( void *p )
{ {
while( !g_Shutdown ) while( !g_Shutdown )
{ {
usleep(10000); SDL_Delay( 10 );
StartQueuedSounds(); StartQueuedSounds();
} }