Replace StringToInt with the std version.
Again, RageUtil isn't the right home.
This commit is contained in:
@@ -565,7 +565,7 @@ void BMSChartReader::ReadHeaders()
|
||||
}
|
||||
else if( it->first == "#playlevel" )
|
||||
{
|
||||
out->SetMeter( StringToInt(it->second) );
|
||||
out->SetMeter( std::stoi(it->second) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user