1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 03:17:39 +00:00

rogueviz::dhrg:: improved cleanup

This commit is contained in:
Zeno Rogue
2022-07-23 15:43:26 +02:00
parent 57f9e3efb6
commit cd58923454
2 changed files with 17 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ namespace dhrg {
e->orig = NULL;
addedge(e->i, e->j, e);
}
storeall(N);
}
void tst() {}