modified distance function somewhat

This commit is contained in:
ceriel 1988-06-24 12:03:02 +00:00
parent e1f7d20251
commit d3723b3d38

View file

@ -332,7 +332,7 @@ distance(cindex) {
return(0); return(0);
return(10-exact); return(10-exact);
} }
return(20-exact+fromstackneeded); return(20-2*exact+fromstackneeded);
} }
unsigned costcalc(cost) cost_t cost; { unsigned costcalc(cost) cost_t cost; {