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