In xml_cup.c, I see this:
Code: Select all
new_cup.talent_diff =
(float_value / 10000) * const_float("float_player_max_skill");
Code: Select all
new_cup.talent_diff =
float_value / 10000;
(Not sure why I posted this under definitions - I think I only realised it was a bug half way through )