mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 02:07:03 +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)
|
||||
for(int i=0; i<isize(ts.rules); i++) if(i != im) {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user