mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +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;
|
||||
int d = f1.currentdir;
|
||||
d -= where->c.spin(dir);
|
||||
println(hlog, "mir = ", mir);
|
||||
if(mir) d *= -1;
|
||||
d += dir;
|
||||
if(!mir) d += nw->type/2;
|
||||
|
Loading…
Reference in New Issue
Block a user