From e829a93f8dd974015d57c0cb583971c417e3ae63 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 25 Jan 2004 22:20:24 +0000 Subject: [PATCH] update comment --- stepmania/src/NoteField.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index da8de6ab10..48307ce7f9 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -334,6 +334,7 @@ NoteField::NoteDisplayCols *NoteField::SearchForBeat( float Beat ) /* The first entry should always be lower than any Beat we might receive. */ // This assert is firing with Beat = -7408. -Chris // Again with -4976. + // Again with Beat = -7254 and GAMESTATE->m_fMusicSeconds = -3043.61 RAGE_ASSERT_M( it != m_BeatToNoteDisplays.begin(), ssprintf("%f",Beat) ); --it; RAGE_ASSERT_M( it != m_BeatToNoteDisplays.end(), ssprintf("%f",Beat) );