more cleanups (lint lint lint)

This commit is contained in:
Glenn Maynard
2002-11-16 09:12:55 +00:00
parent 551f5adb16
commit 23254cdd4a
16 changed files with 46 additions and 41 deletions
+2 -1
View File
@@ -259,7 +259,8 @@ bool BMSLoader::LoadFromDir( CString sDir, Song &out )
throw RageException( "Couldn't find any BMS files in '%s'", sDir.GetString() );
// load the Notes from the rest of the BMS files
for( unsigned i=0; i<arrayBMSFileNames.size(); i++ )
unsigned i;
for( i=0; i<arrayBMSFileNames.size(); i++ )
{
Notes* pNewNotes = new Notes;