summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 6ee0a1551e..57670ba5b3 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -154,6 +154,7 @@ enum MenuFlag
MF_ALLOW_FILTER = 0x0080, // Control-F will ask for regex and
// select the appropriate items.
+ MF_ALLOW_FORMATTING = 0x0100, // Parse index for formatted-string
MF_EASY_EXIT = 0x1000
};