mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 17:23:00 +00:00
bouncing off trampolines and returning to surface
This commit is contained in:
@@ -391,6 +391,7 @@ void level::init() {
|
||||
start.timer = 0;
|
||||
start.on_surface = this;
|
||||
start.sstime = -100;
|
||||
start.last_tramp = -100;
|
||||
current = start;
|
||||
println(hlog, "start.where = ", start.where);
|
||||
println(hlog, "current.where = ", current.where, " : ", hr::format("%p", ¤t));
|
||||
|
||||
Reference in New Issue
Block a user