summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 20:32:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-25 20:32:48 +0000
commitc319b212cbe4a79fdbc4e3efac8530d1e9ffab6f (patch)
tree62798731b22ab12a1a326b4e04060e5a74b6f879 /crawl-ref/source/skills2.cc
parente46965c192b6ddc04357366a2f136d6e2115bb59 (diff)
downloadcrawl-ref-c319b212cbe4a79fdbc4e3efac8530d1e9ffab6f.tar.gz
crawl-ref-c319b212cbe4a79fdbc4e3efac8530d1e9ffab6f.zip
Various cleanups. Also fixed bug 1703500, inventory letters appearing twice
until save/restore. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1371 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-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 39106b0d28..f3ca671459 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -1790,7 +1790,7 @@ JOB_PALADIN:
************************************************************* */
-static const int skill_display_order[] =
+static const skill_type skill_display_order[] =
{
SK_FIGHTING, SK_SHORT_BLADES, SK_LONG_SWORDS, SK_AXES,
SK_MACES_FLAILS, SK_POLEARMS, SK_STAVES, SK_UNARMED_COMBAT,