summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-03 10:33:42 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-03 10:33:42 +0000
commitfd89fbe84c262166ce919d8b22286b331c11186b (patch)
tree7dc83a870f0c36c87b0c98205f99e74f948fb6f5 /crawl-ref/source/skills2.cc
parent48e8233894c189f25e613f8aea728f36586c39eb (diff)
downloadcrawl-ref-fd89fbe84c262166ce919d8b22286b331c11186b.tar.gz
crawl-ref-fd89fbe84c262166ce919d8b22286b331c11186b.zip
Backport teleportation journey fix, and Ogre-Mage spellcasting description for
ghosts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@10485 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 e2d2f5774e..14744c9513 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -2001,7 +2001,7 @@ std::string skill_title( unsigned char best_skill, unsigned char skill_lev,
break;
case SK_SPELLCASTING:
- if (player_genus(GENPC_OGRE))
+ if (player_genus(GENPC_OGRE, static_cast<species_type>(species)))
{
result = "Ogre-Mage";
break;