add debugging

This commit is contained in:
Glenn Maynard
2004-03-28 08:49:57 +00:00
parent 16abbb62da
commit 8b1d60a558
+3
View File
@@ -883,6 +883,9 @@ void PlayerMinus::Step( int col, RageTimer tm )
if( score==TNS_MARVELOUS && !GAMESTATE->ShowMarvelous())
score = TNS_PERFECT;
LOG->Trace("XXX: %i at %f, %f ago, lbu %f ago, music at %f, step was at %f, off by %f (sc %f)",
score, fStepSeconds, fStepSeconds, GAMESTATE->m_LastBeatUpdate.Ago(),
fCurrentMusicSeconds, fMusicSeconds, fNoteOffset, fScaledSecondsFromPerfect );
// LOG->Trace("Note offset: %f (fSecondsFromPerfect = %f), Score: %i", fNoteOffset, fSecondsFromPerfect, score);
SetTapNoteScore(col, iIndexOverlappingNote, score);