summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h
index 2fec6447ab..231eb2508d 100644
--- a/crawl-ref/source/libgui.h
+++ b/crawl-ref/source/libgui.h
@@ -80,7 +80,8 @@ bool gui_get_mouse_grid_pos(coord_def &gc);
enum InvAction
{
INV_DROP,
- INV_USE,
+ INV_USE, // primary inventory use
+ INV_USE2, // secondary inventory use
INV_PICKUP,
INV_VIEW,
INV_USE_FLOOR,