1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

hr_hud_enabled flag

This commit is contained in:
Zeno Rogue
2024-12-01 12:38:02 +01:00
parent 4c5f46d31b
commit 2f57e5a98a
2 changed files with 12 additions and 7 deletions

View File

@@ -554,6 +554,7 @@ EX void drawStats() {
#else
{}
#endif
else if(!hr_hud_enabled) {}
else if(cornermode) {
int bycorner[4];
for(int u=0; u<4; u++) bycorner[u] = 0;