mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
product:: using in_h2xe() and in_s2xe() more consistently
This commit is contained in:
@@ -185,7 +185,7 @@ void hrmap::generateAlts(heptagon *h, int levs, bool link_cdata) {
|
||||
EX heptagon *createAlternateMap(cell *c, int rad, hstate firststate, int special IS(0)) {
|
||||
|
||||
if(hybri) {
|
||||
if(hybrid::over_sphere()) return NULL;
|
||||
if(hybrid::under_class() == gcSphere) return NULL;
|
||||
c = hybrid::get_where(c).first;
|
||||
return PIU ( createAlternateMap(c, rad, firststate, special) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user