mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed level initialization
This commit is contained in:
parent
2cff14a23c
commit
495a308993
@ -411,6 +411,8 @@ void level::init() {
|
||||
start.on_surface = this;
|
||||
start.sstime = -100;
|
||||
start.last_tramp = -100;
|
||||
start.collected_triangles = 0;
|
||||
start.vel = 0;
|
||||
current = start;
|
||||
println(hlog, "start.where = ", start.where);
|
||||
println(hlog, "current.where = ", current.where, " : ", hr::format("%p", ¤t));
|
||||
|
Loading…
Reference in New Issue
Block a user