summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-15 12:27:57 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-15 12:27:57 +0000
commitafaae93d272eb3a6b09fde538c8d85005cad91e3 (patch)
tree7fd2d99a850657c9bda925d27f9b2c6deedaaef5 /crawl-ref/source/items.h
parentfb0ab9913b253f6648b2848e7432f29f4b1f2d9f (diff)
downloadcrawl-ref-afaae93d272eb3a6b09fde538c8d85005cad91e3.tar.gz
crawl-ref-afaae93d272eb3a6b09fde538c8d85005cad91e3.zip
[1813214] Trog should not gift the Wrath of Trog.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2472 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 15bfc072ab..64b3d59131 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -75,7 +75,7 @@ int get_item_slot( int reserve = 50 );
* religion - spells2 - spells3 - spells4
* *********************************************************************** */
void unlink_item(int dest);
-void destroy_item(int dest);
+void destroy_item(int dest, bool never_created = false);
void destroy_item_stack( int x, int y, int cause = -1 );
void lose_item_stack( int x, int y );