[splittiming] Use OpenITG settings here.
This commit is contained in:
@@ -214,8 +214,8 @@ static RString GetSMNotesTag( const Song &song, const Steps &in )
|
|||||||
lines.push_back( ssprintf( " %d:", in.GetMeter() ) );
|
lines.push_back( ssprintf( " %d:", in.GetMeter() ) );
|
||||||
|
|
||||||
vector<RString> asRadarValues;
|
vector<RString> asRadarValues;
|
||||||
// SM files don't use fakes for radar data. Keep it that way.
|
// OpenITG simfiles use 11 radar categories.
|
||||||
int categories = NUM_RadarCategory - 1;
|
int categories = 11;
|
||||||
FOREACH_PlayerNumber( pn )
|
FOREACH_PlayerNumber( pn )
|
||||||
{
|
{
|
||||||
const RadarValues &rv = in.GetRadarValues( pn );
|
const RadarValues &rv = in.GetRadarValues( pn );
|
||||||
|
|||||||
Reference in New Issue
Block a user