summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-07 23:33:36 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-07 23:33:36 +0000
commit43c5095baf88dd12236616009273f6fd787d6ded (patch)
treeb9b42e3d636a5acb9dcd75e478b0a688d99cbc7e /crawl-ref/source/newgame.cc
parent3aed82040ca74a06ce66730e49787589167254ef (diff)
downloadcrawl-ref-43c5095baf88dd12236616009273f6fd787d6ded.tar.gz
crawl-ref-43c5095baf88dd12236616009273f6fd787d6ded.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9373 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 5e64603db4..db063392ed 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -747,7 +747,7 @@ void initialise_item_descriptions()
you.item_description[IDESC_POTIONS][POT_WATER] = PDESCS(PDC_CLEAR);
you.item_description[IDESC_POTIONS][POT_BLOOD] = PDESCS(PDC_RED);
you.item_description[IDESC_POTIONS][POT_BLOOD_COAGULATED]
- = _get_random_coagulated_blood_desc();
+ = _get_random_coagulated_blood_desc();
// The order here must match that of IDESC in describe.h
// (I don't really know about scrolls, which is why I left the height value.)