From 5e203c6dcbe3f86e3fa259067f3f697a7a47bbef Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 13 Sep 2006 10:29:54 +0000 Subject: [PATCH] Match other thread names, e.g. Decode thread. --- stepmania/src/GameSoundManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index b067c48e34..df7cee8d44 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -395,7 +395,7 @@ GameSoundManager::GameSoundManager() g_UpdatingTimer = true; g_Shutdown = false; - MusicThread.SetName( "MusicThread" ); + MusicThread.SetName( "Music thread" ); MusicThread.Create( MusicThread_start, this ); }