1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

reg3:: removed debug that called exit while all was OK

This commit is contained in:
Zeno Rogue 2021-07-18 11:14:22 +02:00
parent bfe81feb2c
commit 0701a5e194

View File

@ -974,10 +974,6 @@ EX namespace reg3 {
if(ss[id1].dirdist[j1][fac[0]] == 1)
if(ss[id1].dirdist[j1][fac[1]] == 1) {
sd[i1] = j1;
if(isize(ss[id1].faces[j1]) == 6) {
println(hlog, "id1 is 6");
exit(1);
}
found_strafe++;
}
if(found_strafe != 1) println(hlog, "found_strafe = ", found_strafe, " (second order)");