diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 608caf2d74..42d053fcf2 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -310,7 +310,7 @@ float Profile::GetSongsPossible( StepsType st, Difficulty dc ) const int iTotalSteps = 0; // add steps high scores - const vector vSongs = SONGMAN->GetSongs(); + const vector &vSongs = SONGMAN->GetSongs(); for( unsigned i=0; i