summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 16:13:29 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 16:13:29 +0000
commitc41c9b094a552b13d12d40241dc230ac9083bac2 (patch)
treec45731e24699dfe574823d9effefe5727c9ba293 /crawl-ref/source/item_use.cc
parent6bc76233dd44862268b48596d0c8fe5a17eb5a89 (diff)
downloadcrawl-ref-c41c9b094a552b13d12d40241dc230ac9083bac2.tar.gz
crawl-ref-c41c9b094a552b13d12d40241dc230ac9083bac2.zip
Apply the recent commits to branch, update the version and change log to
0.4.3. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6740 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 54c0d5a659..0ddeac68ed 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -4774,8 +4774,8 @@ void tile_use_item(int idx, InvAction act)
{
if (act == INV_PICKUP)
{
- pickup_single_item(idx, mitm[idx].quantity);
- return;
+ pickup_single_item(idx, mitm[idx].quantity);
+ return;
}
else if (act == INV_DROP)
{