This commit is contained in:
Glenn Maynard
2004-01-10 10:57:50 +00:00
parent fe15e6c934
commit 7c6321d4a8
-7
View File
@@ -61,10 +61,6 @@ RageSounds::~RageSounds()
void StartQueuedMusic( const RageTimer &when )
{
if( g_MusicToPlay.file.size() == 0 )
return; /* nothing to do */
/* Go. */
g_HasTiming = g_MusicToPlay.HasTiming;
g_TimingDelayed = true;
@@ -227,9 +223,6 @@ void RageSounds::PlayMusic( const CString &file, const CString &timing_file, boo
if( !g_HasTiming && !g_UpdatingTimer )
StartImmediately = true;
if( g_MusicToPlay.file == "" )
return;
RageTimer when; /* zero */
if( !StartImmediately )
{