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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user