1
This commit is contained in:
parent
c930b2d233
commit
fe9f4c7c54
@ -1957,7 +1957,10 @@ void Human::GenBattleReportData(a8::MutableXObject* params)
|
||||
params->SetVal("pass_score", has_pass ? stats.pass_score * 2 : stats.pass_score);
|
||||
params->SetVal("rank_score", stats.rank_score);
|
||||
{
|
||||
|
||||
{
|
||||
double ranked_topx = 0;
|
||||
params->SetVal("ranked_topx", ranked_topx);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user