fix VC7 warnings

This commit is contained in:
Chris Danford
2005-07-05 11:16:58 +00:00
parent b459dc048c
commit 6d0e826c2f
-5
View File
@@ -818,14 +818,9 @@ bool Course::GetTrailUnsorted( StepsType st, CourseDifficulty cd, Trail &trail )
const vector<CourseEntry> &entries = m_bRandomize? tmp_entries:m_vEntries;
/* This can take some time, so don't fill it out unless we need it. */
bool bMostPlayedSet = false;
vector<Song*> vSongsByMostPlayed;
bool bShuffledSet = false;
vector<Song*> AllSongsShuffled;
int CurSong = 0; /* Current offset into AllSongsShuffled */
trail.m_StepsType = st;
trail.m_CourseDifficulty = cd;