mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
3d:: help works
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user