Workaround for Windows API issues (PlaySound -> PlaySound[A/U] bug). Thank rikai for testing on Linux. Untested on Mac right now.

This commit is contained in:
Jason Felds
2006-11-18 17:31:18 +00:00
parent 1f31e2375b
commit 2202eb8547
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ RageSound *RageSound::Play( const RageSoundParams *pParams )
return NULL;
}
return SOUNDMAN->PlaySound( *this, pParams );
return SOUNDMAN->PlayTheSound( *this, pParams );
}
void RageSound::Stop()