mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-16 05:37:11 +00:00
fixup to last
This commit is contained in:
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user