mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 23:49:53 +00:00
fixed has_fixed_yz
This commit is contained in:
parent
8671b830cc
commit
8aee11dd5f
@ -2022,7 +2022,7 @@ void hrmap_standard::draw_at(cell *at, const shiftmatrix& where) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool has_fixed_yz() {
|
EX bool has_fixed_yz() {
|
||||||
return (embedded_plane || mhybrid || nil || euclid || sol || nih || (cgflags & qSTRETCHABLE) || (hyperbolic && bt::in()));
|
return (embedded_plane || mhybrid || nil || (euclid && WDIM == 3) || sol || nih || (cgflags & qSTRETCHABLE) || (hyperbolic && bt::in()));
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool keep_vertical() {
|
EX bool keep_vertical() {
|
||||||
|
Loading…
Reference in New Issue
Block a user