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