summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 14:41:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 14:41:08 +0000
commit1bdc77fffd33bbd8123033892504bd4f42d364c9 (patch)
tree33c133901245301e2574f9efb6f7df3110ab4920 /crawl-ref/source/food.cc
parent6154ce26f08678558f0e59dc19506bd5af6eeb9c (diff)
downloadcrawl-ref-1bdc77fffd33bbd8123033892504bd4f42d364c9.tar.gz
crawl-ref-1bdc77fffd33bbd8123033892504bd4f42d364c9.zip
Add more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9653 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index f725a01440..052cc36863 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1115,7 +1115,7 @@ void eat_inventory_item(int which_inventory_slot)
intel);
}
else
- _eating( food.base_type, food.sub_type );
+ _eating(food.base_type, food.sub_type);
you.turn_is_over = true;
dec_inv_item_quantity( which_inventory_slot, 1 );