summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2012-08-12 19:14:09 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2012-08-12 19:15:37 -0600
commit963d729fdd72caa8f7dfea9519443f5744043805 (patch)
tree6ce5b8383fb1c3fa75ce30463a3cec6fbc0ead92 /crawl-ref/source/menu.h
parent7c20da92a6cf068a490a1214aa1331d60967f8f9 (diff)
downloadcrawl-ref-963d729fdd72caa8f7dfea9519443f5744043805.tar.gz
crawl-ref-963d729fdd72caa8f7dfea9519443f5744043805.zip
Get ability menu to once again handle doing and describing abilities.
Previously it was only doing one or the other - a fact somehow missed in my testing of the new ability menus.
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 c9173f1333..24cede9008 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -266,6 +266,7 @@ enum MenuFlag
/// select the appropriate items.
MF_ALLOW_FORMATTING = 0x0100, /// Parse index for formatted-string
MF_SHOW_PAGENUMBERS = 0x0200, /// Show "(page X of Y)" when appropriate
+ MF_TOGGLE_ACTION = 0x0400, /// ToggleableMenu toggles action as well
MF_EASY_EXIT = 0x1000,
MF_START_AT_END = 0x2000,
MF_PRESELECTED = 0x4000, /// Has a preselected entry.