1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-19 08:11:22 +00:00

fixed a bug with key displaying condition applied incorrectly in some menus

This commit is contained in:
Zeno Rogue
2025-12-17 17:11:18 +01:00
parent 039d50337e
commit 9317a7a8a9

View File

@@ -13,7 +13,7 @@ EX const char* COLORBAR = "###";
EX namespace dialog {
#if HDR
#define IFM(x) (dialog::actual_display_keys()?"":x)
#define IFM(x) (dialog::actual_display_keys()?(x):"")
static constexpr int DONT_SHOW = 16;