fix warnings

retrieving placeholders (will work with those later I promise)
This commit is contained in:
Alberto Ramos
2011-07-18 11:27:28 -06:00
parent 0944948cad
commit a612d6eb93
3 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ bool SSCLoader::LoadNoteDataFromSimfile( const RString & cachePath, Steps &out )
}
bool tryingSteps = false;
float storedVersion;
float storedVersion = 0;
const unsigned values = msd.GetNumValues();
for (unsigned i = 0; i < values; i++)