mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
fixup to last
This commit is contained in:
parent
d63aebb9d7
commit
313df871bb
2
reg3.cpp
2
reg3.cpp
@ -401,7 +401,7 @@ EX namespace reg3 {
|
|||||||
if(eqmatrix(T, reg3::adjmoves[i])) {
|
if(eqmatrix(T, reg3::adjmoves[i])) {
|
||||||
int code = mgmul({a,P,b});
|
int code = mgmul({a,P,b});
|
||||||
field_adjmoves[i] = code;
|
field_adjmoves[i] = code;
|
||||||
println(hlog, i, " = ", make_tuple(a,P,b), " = ", code, " T = ", T);
|
DEBB(DF_FIELD, (i, " = ", make_tuple(a,P,b), " = ", code, " T = ", T));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user