fix warnings
retrieving placeholders (will work with those later I promise)
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user