1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 09:13:02 +00:00

displaying distance lists now depends on show_distance_lists, not whether sidescreen is supported

This commit is contained in:
Zeno Rogue
2018-09-23 13:48:59 +02:00
parent 2587474115
commit 608a55499a
3 changed files with 8 additions and 4 deletions

View File

@@ -5676,7 +5676,7 @@ void normalscreen() {
if(!outofmap(mouseh)) getcstat = '-';
cmode = sm::NORMAL | sm::DOTOUR | sm::CENTER;
if(viewdists) cmode |= sm::SIDE;
if(viewdists && show_distance_lists) cmode |= sm::SIDE | sm::MAYDARK;
gamescreen(hiliteclick && mmmon ? 1 : 0); drawStats();
if(nomenukey || ISMOBILE)
;