summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-31 04:15:10 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-31 04:15:10 +0000
commite6690fc4185a0e5af43fc845084bc4cf3d9ba2e4 (patch)
treedcf8ca3b96e13c50b8facc13583fc89213ab1abf /crawl-ref/source/newgame.cc
parent1dc557e5cb86912442a3eead5c72fe076d2688cd (diff)
downloadcrawl-ref-e6690fc4185a0e5af43fc845084bc4cf3d9ba2e4.tar.gz
crawl-ref-e6690fc4185a0e5af43fc845084bc4cf3d9ba2e4.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5358 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index d00eaa0a5d..efbc313ac7 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -136,11 +136,11 @@ static int ng_weapon;
static int ng_book;
static god_type ng_pr;
-/* March 2008: change order of species and jobs on character selection screen
- as suggested by Markus Maier. Summarizing comments below are copied directly
- from Markus' SourceForge comments. */
+// March 2008: change order of species and jobs on character selection
+// screen as suggested by Markus Maier. Summarizing comments below are
+// copied directly from Markus' SourceForge comments.
-// listed in two columns to match the selection screen output
+// These are listed in two columns to match the selection screen output.
// Take care to list all valid species here, or they cannot be directly chosen.
// The red draconian is later replaced by a random variant.
// The old and new lists are expected to have the same length.