give RageMutexes names, so they can be identified more easily
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user