fix up DWI writer, leave notes for things to fix soon

This commit is contained in:
Matt Denham
2003-11-04 08:44:26 +00:00
parent 02a6a82bd6
commit 6a4a16e5a6
3 changed files with 18 additions and 9 deletions
+3
View File
@@ -508,6 +508,9 @@ void ScreenEdit::UpdateTextInfo()
}
CString sText;
// MD 11/03/03 - check Editor.ini for a few of these
// entries used: CurBeatPlaces, CurSecPlaces, OffsetPlaces,
// PreviewStartPlaces, PreviewLengthPlaces
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() );