mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 16:52:59 +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;
|
gid = next_gid;
|
||||||
}
|
}
|
||||||
if(mism == 0 && !added)
|
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
|
#if HDR
|
||||||
|
|||||||
Reference in New Issue
Block a user