From 9c61a3fb37ca569fa6fbcf3d2a0b5367f1044404 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 14 Aug 2009 21:21:58 +0000 Subject: Improve comment. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10546 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-cast.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-cast.cc') diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc index 73a025c069..61ee304140 100644 --- a/crawl-ref/source/spl-cast.cc +++ b/crawl-ref/source/spl-cast.cc @@ -2207,8 +2207,8 @@ void exercise_spell( spell_type spell, bool spc, bool success ) const int diff = spell_difficulty(spell); // Fill all disciplines into a vector, then shuffle the vector, and - // train in that random order. That way, small xp pools don't always - // train exclusively the first skill. + // exercise skills in that random order. That way, small xp pools + // don't always train exclusively the first skill. std::vector disc; for (int ndx = 0; ndx <= SPTYP_LAST_EXPONENT; ndx++) { -- cgit v1.2.3-54-g00ecf