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:
@@ -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)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user