summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 12:57:26 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-13 12:57:26 +0000
commit674a9e64697629cc3266564ea4f8dc7eb2616b50 (patch)
tree3fa79442f3cc705c58b21840073b8041edd4189b /crawl-ref/source/randart.h
parent38f4816dab5c71b632cc06748f531282f158e91c (diff)
downloadcrawl-ref-674a9e64697629cc3266564ea4f8dc7eb2616b50.tar.gz
crawl-ref-674a9e64697629cc3266564ea4f8dc7eb2616b50.zip
Better Returning description [1830132]
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2848 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index ecdac587ab..74d7905aed 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -50,7 +50,7 @@ std::string randart_jewellery_name( const item_def &item );
/* ***********************************************************************
* called from: describe
* *********************************************************************** */
-const char *unrandart_descrip( char which_descrip, const item_def &item );
+const char *unrandart_descrip( int which_descrip, const item_def &item );
bool does_unrandart_exist(int whun);