mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
no_code set for hybrid and fake
This commit is contained in:
parent
8641eafd96
commit
76dfee3e42
1
fake.cpp
1
fake.cpp
@ -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);
|
||||
}
|
||||
|
@ -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 + ")";
|
||||
|
Loading…
x
Reference in New Issue
Block a user