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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user