From f0cc560c9f388b0d2648b33243ff9fcf91a033ac Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 11 Jun 2004 21:13:44 +0000 Subject: [PATCH] calling RegenRandomTrailEntries between rounds is not needed --- stepmania/src/GameState.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 370ce5f98a..84e49e2e6c 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -627,9 +627,6 @@ void GameState::FinishStage() // The round has ended; change the seed. GAMESTATE->m_iRoundSeed = rand(); - // We have a new seed; courses change. - SONGMAN->RegenRandomTrailEntries(); - // // Add step totals. Use fRadarActual, since the player might have failed partway // through the song, in which case we don't want to give credit for the rest of the