mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
fixed guards
This commit is contained in:
@@ -997,7 +997,7 @@ EX ld spherity(const transmatrix& V) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool confusingGeometry() {
|
EX bool confusingGeometry() {
|
||||||
#if MAXMDIM
|
#if MAXMDIM >= 4
|
||||||
if(reg3::ultra_mirror_in()) return true;
|
if(reg3::ultra_mirror_in()) return true;
|
||||||
#endif
|
#endif
|
||||||
return quotient || elliptic || (fake::in() && fake::multiple);
|
return quotient || elliptic || (fake::in() && fake::multiple);
|
||||||
|
@@ -998,8 +998,10 @@ EX named_functionality get_o_key() {
|
|||||||
if(peace::on)
|
if(peace::on)
|
||||||
res.push_back(named_dialog(XLAT("peaceful mode"), peace::showMenu));
|
res.push_back(named_dialog(XLAT("peaceful mode"), peace::showMenu));
|
||||||
|
|
||||||
|
#if CAP_TEXTURE
|
||||||
if(texture::config.tstate)
|
if(texture::config.tstate)
|
||||||
res.push_back(named_dialog(XLAT("texture mode"), texture::showMenu));
|
res.push_back(named_dialog(XLAT("texture mode"), texture::showMenu));
|
||||||
|
#endif
|
||||||
|
|
||||||
dialog::infix = "";
|
dialog::infix = "";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user