modified distance function somewhat
This commit is contained in:
parent
e1f7d20251
commit
d3723b3d38
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ distance(cindex) {
|
|||
return(0);
|
||||
return(10-exact);
|
||||
}
|
||||
return(20-exact+fromstackneeded);
|
||||
return(20-2*exact+fromstackneeded);
|
||||
}
|
||||
|
||||
unsigned costcalc(cost) cost_t cost; {
|
||||
|
|
Loading…
Reference in a new issue