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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user