Add comment. Remove date.

This commit is contained in:
Glenn Maynard
2003-11-04 18:32:35 +00:00
parent c8351a4252
commit e4b1a2f6cc
+5 -1
View File
@@ -508,9 +508,13 @@ void ScreenEdit::UpdateTextInfo()
}
CString sText;
// MD 11/03/03 - check Editor.ini for a few of these
// check Editor.ini for a few of these
// entries used: CurBeatPlaces, CurSecPlaces, OffsetPlaces,
// PreviewStartPlaces, PreviewLengthPlaces
/* No need for that (unneeded options is just a maintenance pain). If you want
* more precision here, add it. I doubt there's a need for precise preview output,
* though (it'd be nearly inaudible at the millisecond level, and it's approximate
* anyway). */
sText += ssprintf( "Current Beat:\n %.2f\n", GAMESTATE->m_fSongBeat );
sText += ssprintf( "Current Second:\n %.2f\n", m_pSong->GetElapsedTimeFromBeat(GAMESTATE->m_fSongBeat) );
sText += ssprintf( "Snap to:\n %s\n", sNoteType.c_str() );