mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
rulegen:: export ufind
This commit is contained in:
parent
ea44116beb
commit
6215039f9d
@ -136,7 +136,7 @@ void process_fix_queue() {
|
||||
in_fixing = false;
|
||||
}
|
||||
|
||||
void ufind(twalker& p) {
|
||||
EX void ufind(twalker& p) {
|
||||
if(p.at->unified_to.at == p.at) return;
|
||||
twalker p1 = p.at->unified_to;
|
||||
ufind(p1);
|
||||
|
Loading…
Reference in New Issue
Block a user