mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 03:02:49 +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.on_surface = this;
|
||||||
start.sstime = -100;
|
start.sstime = -100;
|
||||||
start.last_tramp = -100;
|
start.last_tramp = -100;
|
||||||
|
start.collected_triangles = 0;
|
||||||
|
start.vel = 0;
|
||||||
current = start;
|
current = start;
|
||||||
println(hlog, "start.where = ", start.where);
|
println(hlog, "start.where = ", start.where);
|
||||||
println(hlog, "current.where = ", current.where, " : ", hr::format("%p", ¤t));
|
println(hlog, "current.where = ", current.where, " : ", hr::format("%p", ¤t));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user