summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:08:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-23 16:08:05 +0000
commit3f747fa0d582e2b372d629bf1ed295382e689d0a (patch)
tree9e8df7a5288dc363c4bbfaab0cee85c26a41f18b /crawl-ref/source/food.cc
parentddb4be75fa41e1ef1e52189d2742e4dea70c444b (diff)
downloadcrawl-ref-3f747fa0d582e2b372d629bf1ed295382e689d0a.tar.gz
crawl-ref-3f747fa0d582e2b372d629bf1ed295382e689d0a.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4544 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 41cd2215f2..d019f08f2c 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1601,11 +1601,6 @@ static int determine_chunk_effect(int which_chunk_type, bool rotten_chunk)
this_chunk_effect = CE_CLEAN;
break;
- case 3:
- // Doing this here causes an odd message later. -- bwr
- // this_chunk_effect = CE_ROTTEN;
- break;
-
default:
if (!one_chance_in(3))
this_chunk_effect = CE_CLEAN;