From 936f2a18fa5079cf5f5dac8277ace09848784843 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 10 Oct 2007 03:43:21 +0000 Subject: Remember and describe randart properties which have been learned via wearing the randart. Breaks savefile compatibility for saved games containing any randarts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2403 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.h') diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h index 0f564ba452..a529e283f1 100644 --- a/crawl-ref/source/item_use.h +++ b/crawl-ref/source/item_use.h @@ -152,7 +152,7 @@ void wield_effects(int item_wield_2, bool showMsgs); * called from: delay.cc item_use.cc it_use2.cc * *********************************************************************** */ void use_randart( unsigned char item_wield_2 ); -void use_randart(const item_def &item); +void use_randart(item_def &item); bool puton_item(int slot, bool prompt_finger = true); -- cgit v1.2.3-54-g00ecf