1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-03 05:18:05 +00:00

nilrider:: saving/viewing goals

This commit is contained in:
Zeno Rogue
2022-05-06 16:49:37 +02:00
parent 09266b3059
commit bc8811530f
6 changed files with 63 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ void level::solve() {
ts.where = point0;
ts.collected_triangles = v.collected;
ts.timer = 0;
loaded_or_planned = true;
ts.collect(this);
checkerparam p {&ts, this, 0};
auto res = goals[goal_id].check(p);