mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-07 11:52:51 +00:00
rulegen:: debug removed in find_sub_status
This commit is contained in:
parent
47c6495652
commit
5c95359763
@ -1261,7 +1261,6 @@ void find_sub_status() {
|
|||||||
if(ts.rules[im] >= 0 || ts.rules[im] == DIR_PARENT)
|
if(ts.rules[im] >= 0 || ts.rules[im] == DIR_PARENT)
|
||||||
for(int i=0; i<isize(ts.rules); i++) if(i != im) {
|
for(int i=0; i<isize(ts.rules); i++) if(i != im) {
|
||||||
if((ts.giver+im).peek() == (ts.giver+i).peek()) {
|
if((ts.giver+im).peek() == (ts.giver+i).peek()) {
|
||||||
println(hlog, "found multi connection at ", id, ":", i, " equals ", im, ts.rules[im] == DIR_PARENT ? " [parent]" : " [child]");
|
|
||||||
ts.sub_status[i] = 1;
|
ts.sub_status[i] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user