mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
arb:: verify indexes in Conway
This commit is contained in:
parent
f2381688c5
commit
5cc58b2fcb
@ -371,6 +371,10 @@ EX void load(const string& fname, bool after_sliding IS(false)) {
|
||||
if(ep.eat("@")) bi = ep.iparse();
|
||||
}
|
||||
if(ep.eat(")") || ep.eat("]")) {}
|
||||
verify_index(ai, c.shapes, ep);
|
||||
verify_index(as, c.shapes[ai], ep);
|
||||
verify_index(bi, c.shapes, ep);
|
||||
verify_index(bs, c.shapes[bi], ep);
|
||||
c.shapes[ai].connections[as] = make_tuple(bi, bs, m);
|
||||
c.shapes[bi].connections[bs] = make_tuple(ai, as, m);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user