summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-09 12:16:45 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-09 12:16:45 +0000
commitd8a4d57ac093cd8f677a7808f03fb190349b6b33 (patch)
tree015799a0c82d8d7b745e6dba7ed7f5b24e213b1d
parent785c184350a4f45e76499b78fbc16d6eaee014cd (diff)
downloadcrawl-ref-d8a4d57ac093cd8f677a7808f03fb190349b6b33.tar.gz
crawl-ref-d8a4d57ac093cd8f677a7808f03fb190349b6b33.zip
[1593318] Moved ranged combat display before the other missile skills.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@374 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/skills2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index e710376950..42f42a1f85 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1794,7 +1794,7 @@ static const int skill_display_order[] = {
SK_BLANK_LINE,
- SK_SLINGS, SK_BOWS, SK_CROSSBOWS, SK_DARTS, SK_RANGED_COMBAT,
+ SK_RANGED_COMBAT, SK_SLINGS, SK_BOWS, SK_CROSSBOWS, SK_DARTS,
SK_BLANK_LINE,