mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
nilrider: yet another level init fix
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user