mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-03 18:22:49 +00:00
fifteen:: remove debug
This commit is contained in:
parent
4c3529cae4
commit
5dbaea3049
@ -88,7 +88,6 @@ void make_move(cell *where, int dir) {
|
|||||||
f0.currentmirror = f1.currentmirror ^ mir;
|
f0.currentmirror = f1.currentmirror ^ mir;
|
||||||
int d = f1.currentdir;
|
int d = f1.currentdir;
|
||||||
d -= where->c.spin(dir);
|
d -= where->c.spin(dir);
|
||||||
println(hlog, "mir = ", mir);
|
|
||||||
if(mir) d *= -1;
|
if(mir) d *= -1;
|
||||||
d += dir;
|
d += dir;
|
||||||
if(!mir) d += nw->type/2;
|
if(!mir) d += nw->type/2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user