3d:: help works

This commit is contained in:
Zeno Rogue 2019-03-09 01:35:55 +01:00
parent 1510f4a93d
commit cf3047a1a5
1 changed files with 1 additions and 1 deletions

View File

@ -6246,7 +6246,7 @@ void normalscreen() {
if(tour::on) mouseovers = tour::tourhelp;
#endif
if(!outofmap(mouseh)) getcstat = '-';
if(DIM == 3 || !outofmap(mouseh)) getcstat = '-';
cmode = sm::NORMAL | sm::DOTOUR | sm::CENTER;
if(viewdists && show_distance_lists) cmode |= sm::SIDE | sm::MAYDARK;
gamescreen(hiliteclick && mmmon ? 1 : 0); drawStats();