mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
nomenu and nohelp options
This commit is contained in:
@@ -5552,6 +5552,8 @@ void gamescreen(int _darken) {
|
||||
#endif
|
||||
}
|
||||
|
||||
bool nohelp;
|
||||
|
||||
void normalscreen() {
|
||||
help = "@";
|
||||
|
||||
@@ -5628,7 +5630,8 @@ void drawscreen() {
|
||||
#if !ISMOBILE
|
||||
int col = linf[cwt.c->land].color;
|
||||
if(cwt.c->land == laRedRock) col = 0xC00000;
|
||||
displayfr(vid.xres/2, vid.fsize, 2, vid.fsize, mouseovers, col, 8);
|
||||
if(!nohelp)
|
||||
displayfr(vid.xres/2, vid.fsize, 2, vid.fsize, mouseovers, col, 8);
|
||||
#endif
|
||||
|
||||
drawmessages();
|
||||
|
||||
Reference in New Issue
Block a user