mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
nilrider: yet another level init fix
This commit is contained in:
parent
70ee1e6abf
commit
014e7dbdce
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user