Ejemplo n.º 1
0
fixed
OLCFAI::calc_score() const
{
  // 0.3 points per km
  return apply_handicap(calc_distance()*fixed(0.0003));
}
Ejemplo n.º 2
0
fixed 
OLCLeague::calc_score() const
{
  return apply_handicap(calc_distance()/fixed(2500), true);
}