summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/randart.cc')
-rw-r--r--crawl-ref/source/randart.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.cc b/crawl-ref/source/randart.cc
index 10b7e81e06..3e54be6752 100644
--- a/crawl-ref/source/randart.cc
+++ b/crawl-ref/source/randart.cc
@@ -2173,7 +2173,7 @@ bool make_item_unrandart( item_def &item, int unrand_index )
return (true);
} // end make_item_unrandart()
-const char *unrandart_descrip( char which_descrip, const item_def &item )
+const char *unrandart_descrip( int which_descrip, const item_def &item )
{
/* Eventually it would be great to have randomly generated descriptions for
randarts. */