mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
reg3:: removed debug that called exit while all was OK
This commit is contained in:
parent
bfe81feb2c
commit
0701a5e194
4
reg3.cpp
4
reg3.cpp
@ -974,10 +974,6 @@ EX namespace reg3 {
|
|||||||
if(ss[id1].dirdist[j1][fac[0]] == 1)
|
if(ss[id1].dirdist[j1][fac[0]] == 1)
|
||||||
if(ss[id1].dirdist[j1][fac[1]] == 1) {
|
if(ss[id1].dirdist[j1][fac[1]] == 1) {
|
||||||
sd[i1] = j1;
|
sd[i1] = j1;
|
||||||
if(isize(ss[id1].faces[j1]) == 6) {
|
|
||||||
println(hlog, "id1 is 6");
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
found_strafe++;
|
found_strafe++;
|
||||||
}
|
}
|
||||||
if(found_strafe != 1) println(hlog, "found_strafe = ", found_strafe, " (second order)");
|
if(found_strafe != 1) println(hlog, "found_strafe = ", found_strafe, " (second order)");
|
||||||
|
Loading…
Reference in New Issue
Block a user