mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
tes:: throw exception on already connected
This commit is contained in:
parent
b87a936a61
commit
4c27c16931
@ -1389,6 +1389,9 @@ struct hrmap_arbi : hrmap {
|
||||
for(auto& p2: altmap[alt]) if(id_of(p2.first) == co.sid && same_point_may_warn(tC0(p2.second), tC0(T))) {
|
||||
for(int oth=0; oth < p2.first->type; oth++) {
|
||||
if(same_point_may_warn(p2.second * xsh.vertices[oth], T * xsh.vertices[co.eid])) {
|
||||
if(p2.first->move(oth)) {
|
||||
throw hr_exception("already connected!");
|
||||
}
|
||||
h->c.connect(d, p2.first, oth%p2.first->type, co.mirror);
|
||||
return p2.first;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user