1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-22 22:02:07 +00:00

fixup to IFM

This commit is contained in:
Zeno Rogue
2025-11-11 22:02:48 +01:00
parent e4d52d23d1
commit d8b9b3e10b
+1 -1
View File
@@ -13,7 +13,7 @@ EX const char* COLORBAR = "###";
EX namespace dialog {
#if HDR
#define IFM(x) (actual_display_keys()?"":x)
#define IFM(x) (dialog::actual_display_keys()?"":x)
static constexpr int DONT_SHOW = 16;