summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 21:27:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 21:27:30 +0000
commitfdb65ed342919c016eea9b14523cf2b50e48f668 (patch)
tree5084e9991e2b25b7023c35aa1a55d1a0e0ffea5d /crawl-ref/source/ouch.cc
parent5ec10fbaaf4c6374cad75d90645aca681f967780 (diff)
downloadcrawl-ref-fdb65ed342919c016eea9b14523cf2b50e48f668.tar.gz
crawl-ref-fdb65ed342919c016eea9b14523cf2b50e48f668.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5044 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 615ef92322..3558234a13 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -378,8 +378,8 @@ void item_corrode( int itco )
}
break;
default:
- /* items which aren't missiles, etc...Could happen
- if we're wielding a deck, say */
+ // items which aren't missiles, etc... could happen if we're
+ // e.g. wielding a deck
return;
}