summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 09:15:53 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-17 09:15:53 +0000
commitf3e9d4302bde27f1acf11a21b61d367eeeb574f9 (patch)
treefbdbe285e78cae289da8e4b592e7a6ddd6f68bec /crawl-ref/source/effects.h
parent1e056f2e741464486ae2d5bbe2c58f675fa3dcd5 (diff)
downloadcrawl-ref-f3e9d4302bde27f1acf11a21b61d367eeeb574f9.tar.gz
crawl-ref-f3e9d4302bde27f1acf11a21b61d367eeeb574f9.zip
Fixed 1616008, identify was not removing 'empty' inscription.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@645 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 44d1ba56a5..5544eab617 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -92,4 +92,6 @@ void torment( int caster, int tx, int ty );
int torment_monsters(int x, int y, int pow, int caster);
+bool remove_empty_inscription( item_def& item );
+
#endif