summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-03-26 13:27:54 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-03-26 13:37:55 +0100
commit328a043d8ed414a8a3a9b53f1fde5307fc4b8317 (patch)
treeacdbb13ae233cebd1e6e4a5e7c2633899c829457 /crawl-ref/source/item_use.h
parent10d63e2b865f956328b4507b171245649fcbc269 (diff)
downloadcrawl-ref-328a043d8ed414a8a3a9b53f1fde5307fc4b8317.tar.gz
crawl-ref-328a043d8ed414a8a3a9b53f1fde5307fc4b8317.zip
Fix an out-of-bounds assertion in only_unided_ring().
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 66c9359d3c..0d733d0128 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -114,7 +114,7 @@ bool item_blocks_teleport(bool calc_unid, bool permit_id);
bool stasis_blocks_effect(bool calc_unid, bool identify,
const char *msg, int noise = 0,
const char *silencedmsg = NULL);
-item_def* only_unided_ring();
+item_def* get_only_unided_ring();
#ifdef USE_TILE
void tile_item_use_floor(int idx);