mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
rulegen:: rulegen_retry on no extension
This commit is contained in:
@@ -707,7 +707,8 @@ 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");
|
||||
/* in rare cases this happens due to unification or something */
|
||||
throw rulegen_retry("no extension");
|
||||
}
|
||||
|
||||
#if HDR
|
||||
|
Reference in New Issue
Block a user