From f887354214181d9637cf17ffb4f10f2d304f06fa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 5 Jun 2004 07:51:40 +0000 Subject: [PATCH] fix Song::FreeAllLoadedFromProfiles --- stepmania/src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 9a2bf5df38..c76adf7050 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -1309,7 +1309,7 @@ bool Song::Matches(CString sGroup, CString sSong) const void Song::FreeAllLoadedFromProfiles() { - for( unsigned s=0; s=0; s-- ) { Steps* pSteps = m_vpSteps[s]; if( pSteps->WasLoadedFromProfile() )