summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index c9817d2f4d..21aa5bdd24 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -52,7 +52,7 @@ void random_uselessness(unsigned char ru, unsigned char sc_read_2);
/* ***********************************************************************
* called from: acr - decks - item_use - religion
* *********************************************************************** */
-bool acquirement(unsigned char force_class, int agent);
+bool acquirement(object_class_type force_class, int agent);
// last updated 12may2000 {dlb}