no_code set for hybrid and fake

This commit is contained in:
Zeno Rogue 2020-05-16 11:26:03 +02:00
parent 8641eafd96
commit 76dfee3e42
2 changed files with 2 additions and 0 deletions

View File

@ -365,6 +365,7 @@ void set_gfake(ld _around) {
auto& u = underlying_cgip;
ginf[gFake].tiling_name = lalign(0, "{", u->face, ",", get_middle(), ",", around, "}");
ginf[gFake].xcode = no_code;
if(currentmap) new hrmap_fake(currentmap);
}

View File

@ -1091,6 +1091,7 @@ EX namespace hybrid {
auto keep = ginf[g].menu_displayed_name;
ginf[g] = ginf[underlying];
ginf[g].menu_displayed_name = keep;
ginf[g].xcode = no_code;
if(g == gRotSpace) {
ginf[g].g = sph ? giSphere3 : giSL2;
ginf[g].tiling_name = "Iso(" + ginf[g].tiling_name + ")";