mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 14:32:59 +00:00
rulegen:: rulegen_retry on no extension
This commit is contained in:
@@ -706,8 +706,9 @@ 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