mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-15 19:55:47 +00:00
fixup
This commit is contained in:
parent
517e2ee603
commit
c890848011
@ -173,7 +173,7 @@ vector<timestamp> level::headings_to_history(manual_replay& r) {
|
|||||||
for(auto [qty, h]: r.headings) {
|
for(auto [qty, h]: r.headings) {
|
||||||
println(hlog, "pair: ", tie(qty, h));
|
println(hlog, "pair: ", tie(qty, h));
|
||||||
for(int i=0; i<qty; i++) {
|
for(int i=0; i<qty; i++) {
|
||||||
if(h.on_surface) cur.heading_angle = int_to_heading(h);
|
if(cur.on_surface) cur.heading_angle = int_to_heading(h);
|
||||||
history.push_back(cur);
|
history.push_back(cur);
|
||||||
if(!cur.tick(this)) return history;
|
if(!cur.tick(this)) return history;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user