From d5f262eb187ed2a96b0216103210c8ba8057d59c Mon Sep 17 00:00:00 2001 From: zelgadis Date: Mon, 8 Jun 2009 04:56:38 +0000 Subject: Since fixed artefacts are going to be folded into unrandarts, and unrandarts have already become almost identical to randarts, change "randart" to "artefact" everywhere except for things that deal exclusively with randarts. Artefact related files will be renamed later. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9921 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 ac7a1c8d80..973286ed52 100644 --- a/crawl-ref/source/item_use.h +++ b/crawl-ref/source/item_use.h @@ -156,8 +156,8 @@ 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(item_def &item, bool unmeld = false); +void use_artefact( unsigned char item_wield_2 ); +void use_artefact(item_def &item, bool unmeld = false); bool puton_item(int slot); -- cgit v1.2.3-54-g00ecf