summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index e4d09c72a3..27c8e845e9 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -188,7 +188,7 @@ bool wearing_slot(int inv_slot);
/* ***********************************************************************
* * called from: acr
* * *********************************************************************** */
-void use_item(int idx, InvAction act);
+void tile_use_item(int idx, InvAction act);
#endif
#endif