Match other thread names, e.g. Decode thread.

This commit is contained in:
Steve Checkoway
2006-09-13 10:29:54 +00:00
parent 8612011f08
commit 5e203c6dcb
+1 -1
View File
@@ -395,7 +395,7 @@ GameSoundManager::GameSoundManager()
g_UpdatingTimer = true;
g_Shutdown = false;
MusicThread.SetName( "MusicThread" );
MusicThread.SetName( "Music thread" );
MusicThread.Create( MusicThread_start, this );
}