summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.h')
-rw-r--r--crawl-ref/source/it_use2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.h b/crawl-ref/source/it_use2.h
index 8351086bea..06e2a20942 100644
--- a/crawl-ref/source/it_use2.h
+++ b/crawl-ref/source/it_use2.h
@@ -20,7 +20,7 @@
* called from: ability - beam - decks - item_use - misc - religion -
* spell - spells - spells1
* *********************************************************************** */
-bool potion_effect(char pot_eff, int pow);
+bool potion_effect(potion_type pot_eff, int pow);
/* ***********************************************************************