1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-26 01:59:44 +00:00

shift+f2 to shift+f4 can now disable HUD, FPS, and the map

This commit is contained in:
Zeno Rogue
2018-07-09 18:10:28 +02:00
parent 92f6521e42
commit 770dd20613
6 changed files with 27 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ int ticks;
int frameid;
bool camelotcheat;
bool nomap;
eItem orbToTarget;
eMonster monsterToSummon;
@@ -5486,7 +5487,7 @@ void drawfullmap() {
} */
clearaura();
drawthemap();
if(!nomap) drawthemap();
if(!inHighQual) {
if((cmode & sm::NORMAL) && !rug::rugged) {
if(multi::players > 1) {