From c319b212cbe4a79fdbc4e3efac8530d1e9ffab6f Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 25 Apr 2007 20:32:48 +0000 Subject: Various cleanups. Also fixed bug 1703500, inventory letters appearing twice until save/restore. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1371 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/items.h') diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h index 5c123ecc87..a209c10515 100644 --- a/crawl-ref/source/items.h +++ b/crawl-ref/source/items.h @@ -148,4 +148,6 @@ bool can_autopickup(); bool need_to_autopickup(); void autopickup(); +int find_free_slot(const item_def &i); + #endif -- cgit v1.2.3-54-g00ecf