fixup comment

This commit is contained in:
Glenn Maynard
2006-11-21 18:37:42 +00:00
parent 5eb98b88bd
commit c4719461f9
+1 -1
View File
@@ -648,7 +648,7 @@ void GameSoundManager::PlayMusic(
}
else
{
/* If no timing file was specified, look for one in the same place as the music file. */
/* If no timing data was provided, look for it in the same place as the music file. */
ToPlay.m_sTimingFile = SetExtension( sFile, "sm" );
}