summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-28 15:32:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-28 15:32:11 +0000
commit9ad40dd0d2310690f18de13bfb9e2f3671bf727d (patch)
treeffad4869676f4ead4929de37da71e12da8574ce3 /crawl-ref/source/newgame.cc
parent9373b1cfc48b338b351667f9caa20fa1507a0aa2 (diff)
downloadcrawl-ref-9ad40dd0d2310690f18de13bfb9e2f3671bf727d.tar.gz
crawl-ref-9ad40dd0d2310690f18de13bfb9e2f3671bf727d.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6181 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 d81abcaedb..8d9f047682 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -4048,7 +4048,7 @@ bool _give_items_skills()
// Elven armour is light, we need to know this up front.
_racialise_starting_equipment();
- you.skills[(player_light_armour()? SK_DODGING : SK_ARMOUR)] = 2;
+ you.skills[(player_light_armour() ? SK_DODGING : SK_ARMOUR)] = 2;
you.skills[SK_THROWING] = 2;