mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 04:39:17 +00:00
rulegen:: rulegen_retry on no extension
This commit is contained in:
parent
43aec99cd8
commit
b307ab2762
@ -706,8 +706,9 @@ void extend_analyzer(twalker cw_target, int dir, int id, int mism, twalker rg) {
|
||||
}
|
||||
gid = next_gid;
|
||||
}
|
||||
if(mism == 0 && !added)
|
||||
throw rulegen_failure("no extension");
|
||||
if(mism == 0 && !added)
|
||||
/* in rare cases this happens due to unification or something */
|
||||
throw rulegen_retry("no extension");
|
||||
}
|
||||
|
||||
#if HDR
|
||||
|
Loading…
Reference in New Issue
Block a user