summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-01 17:14:31 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-01 17:14:31 +0000
commitedf19d187287f9dee6dd1cf5cdc3421f19b5225e (patch)
tree4a9fd6b1fa4d75c6d834eb08e123cd805f481fcd /crawl-ref/source/food.cc
parent084970ae2d78af38db7656f1acaafaafadc52bdf (diff)
downloadcrawl-ref-edf19d187287f9dee6dd1cf5cdc3421f19b5225e.tar.gz
crawl-ref-edf19d187287f9dee6dd1cf5cdc3421f19b5225e.zip
Add minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7325 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 0bb334ea60..27e072a693 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -120,7 +120,7 @@ void set_hunger( int new_hunger_level, bool suppress_msg )
make_hungry( abs(hunger_difference), suppress_msg );
else if (hunger_difference > 0)
lessen_hunger( hunger_difference, suppress_msg );
-} // end set_hunger()
+}
// More of a "weapon_switch back from butchering" function, switching
// to a weapon is done using the wield_weapon code.