1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-09 14:22:13 +00:00

rv:: sag:: initialize sag on sag_bridging

This commit is contained in:
Zeno Rogue
2026-04-17 00:37:57 +02:00
parent f557704a52
commit c475bad22c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -240,6 +240,7 @@ void output_stats() {
}
void sag_bridging(bool tw, int iters) {
init();
init_cells();
after_data();
println(hlog, "SAG for bridging started");
+1 -1
View File
@@ -345,7 +345,7 @@ void init() {
weight_label = "min weight";
temperature = 0; sagmode = sagOff;
sag_edge = add_edgetype("SAG edge");
ensure_sag_edge();
}
void clear() {