diff --git a/crossbow.cpp b/crossbow.cpp index 6a2ad067..0a014a64 100644 --- a/crossbow.cpp +++ b/crossbow.cpp @@ -193,9 +193,9 @@ EX vector create_dirseq_geometric() { if(best_i < 0) break; at = at + best_i; int bonus = bolt_score(at + wstep); - if(bonus < 0) break; best_score_res += bonus; dirseq.push_back(best_i); + if(bonus < 0) break; T = T * currentmap->adj(at.at, at.spin); at = at + wstep; }