removed mini's rework

This commit is contained in:
HorizonCode 2021-04-28 22:48:20 +02:00
parent 53140b4be4
commit f88975657c
1 changed files with 0 additions and 4 deletions

View File

@ -2189,10 +2189,6 @@ int pp_std(ezpp_t ez) {
if (ez->mods & MODS_HD) ez->acc_pp *= 1.08f;
// REWORK: ACC CHANGE
ez->acc_pp = (float) pow(ez->acc_pp, 0.94f);
// REWORK END
/* total pp -------------------------------------------------------- */
final_multiplier = 1.12f;
if (ez->mods & MODS_NF) final_multiplier *= 0.90f;