1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00

nilrider: yet another level init fix

This commit is contained in:
Zeno Rogue 2024-08-20 10:35:14 +02:00
parent 70ee1e6abf
commit 014e7dbdce

View File

@ -412,6 +412,8 @@ void level::init() {
start.sstime = -100;
start.last_tramp = -100;
start.collected_triangles = 0;
start.goals = 0;
start.failed = 0;
start.vel = 0;
current = start;
println(hlog, "start.where = ", start.where);