mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
auto-land-rotation now works even if CAP_ORIENTATION is on
This commit is contained in:
parent
2f7a6194a6
commit
11426c30b3
@ -1866,8 +1866,7 @@ void hrmap_standard::draw_at(cell *at, const shiftmatrix& where) {
|
||||
}
|
||||
|
||||
EX bool keep_vertical() {
|
||||
if(CAP_ORIENTATION) return false;
|
||||
if((WDIM == 2 || prod) && GDIM == 3 && vid.fixed_yz) return true;
|
||||
if((WDIM == 2 || prod) && GDIM == 3 && vid.fixed_yz) return !CAP_ORIENTATION;
|
||||
if(downseek.qty) return true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user