simplify
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user