mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
dual:: remove some debug output
This commit is contained in:
parent
5110a29d4d
commit
cc23b20764
@ -132,7 +132,6 @@ namespace dual {
|
|||||||
forcedmovetype = fm;
|
forcedmovetype = fm;
|
||||||
lms[k][fm] = movepcto(fm == fmMove ? d : 0, subdir, true);
|
lms[k][fm] = movepcto(fm == fmMove ? d : 0, subdir, true);
|
||||||
lmt[k][fm] = nextmovetype;
|
lmt[k][fm] = nextmovetype;
|
||||||
println(hlog, k, int(fm), " -> ", lms[k][fm]);
|
|
||||||
forcedmovetype = fmSkip;
|
forcedmovetype = fmSkip;
|
||||||
for(int i=0; i<ittypes; i++) orbused[i] = orbusedbak[i];
|
for(int i=0; i<ittypes; i++) orbused[i] = orbusedbak[i];
|
||||||
}
|
}
|
||||||
@ -152,7 +151,6 @@ namespace dual {
|
|||||||
for(auto fm: {fmMove, fmInstant, fmAttack}) if(lms[0][fm] && lms[1][fm]) {
|
for(auto fm: {fmMove, fmInstant, fmAttack}) if(lms[0][fm] && lms[1][fm]) {
|
||||||
if(lmt[0][fm] == lmSkip && lmt[1][fm] == lmSkip)
|
if(lmt[0][fm] == lmSkip && lmt[1][fm] == lmSkip)
|
||||||
continue;
|
continue;
|
||||||
println(hlog, "apply ", int(fm));
|
|
||||||
if(checkonly) { switch_to(cg); return true; }
|
if(checkonly) { switch_to(cg); return true; }
|
||||||
int flash = items[itOrbFlash], lgt = items[itOrbLightning];
|
int flash = items[itOrbFlash], lgt = items[itOrbLightning];
|
||||||
switch_to(0); forcedmovetype = fm; movepcto(0, subdir, false); forcedmovetype = fmSkip;
|
switch_to(0); forcedmovetype = fm; movepcto(0, subdir, false); forcedmovetype = fmSkip;
|
||||||
@ -317,7 +315,7 @@ namespace dual {
|
|||||||
println(hlog, "equivalent");
|
println(hlog, "equivalent");
|
||||||
v = nxt, nxt = 1 - nxt;
|
v = nxt, nxt = 1 - nxt;
|
||||||
}
|
}
|
||||||
println(hlog, dnameof(l), ": ", lv[0].msg, " vs ", lv[1].msg, " verdict = ", v);
|
// println(hlog, dnameof(l), ": ", lv[0].msg, " vs ", lv[1].msg, " verdict = ", v);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user