give RageMutexes names, so they can be identified more easily

This commit is contained in:
Glenn Maynard
2004-03-21 04:10:43 +00:00
parent 527be89140
commit e779e80350
9 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ RageSounds::RageSounds()
/* Init RageSoundMan first: */
ASSERT( SOUNDMAN );
g_Mutex = new RageMutex;
g_Mutex = new RageMutex("RageSounds");
g_Playing = new MusicPlaying( new RageSound );
g_UpdatingTimer = false;