1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

3d:: help works

This commit is contained in:
Zeno Rogue 2019-03-09 01:35:55 +01:00
parent 1510f4a93d
commit cf3047a1a5

View File

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