From 9c7d8a60c213a7a478346f9180b238f24d59fa22 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 4 Feb 2004 07:58:02 +0000 Subject: [PATCH] update comments --- stepmania/src/GameState.cpp | 3 +++ stepmania/src/NoteField.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 6864934156..531aa851ad 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -135,6 +135,9 @@ void GameState::Reset() for( p=0; pm_sDefaultModifiers ); } diff --git a/stepmania/src/NoteField.cpp b/stepmania/src/NoteField.cpp index 575365e14d..1eb4bc7624 100644 --- a/stepmania/src/NoteField.cpp +++ b/stepmania/src/NoteField.cpp @@ -335,6 +335,9 @@ NoteField::NoteDisplayCols *NoteField::SearchForBeat( float Beat ) // This assert is firing with Beat = -7408. -Chris // Again with Beat = -7254 and GAMESTATE->m_fMusicSeconds = -3043.61 // Again with Beat = -9806 and GAMESTATE->m_fMusicSeconds = -3017.22 + // Again with Beat = -9806 and GAMESTATE->m_fMusicSeconds = -3017.22 + // Again in the middle of Remember December in Hardcore Galore: + // Beat = -9373.56 and GAMESTATE->m_fMusicSeconds = -2923.48 RAGE_ASSERT_M( it != m_BeatToNoteDisplays.begin(), ssprintf("%f",Beat) ); --it; RAGE_ASSERT_M( it != m_BeatToNoteDisplays.end(), ssprintf("%f",Beat) );