summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 00:50:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-02 00:50:52 +0000
commit91219aa1d86097dbf47d87c1b6132c70f00f0852 (patch)
tree2a5a282d9c14e00448db43ac6bb60ef5735dae1c /crawl-ref/source/newgame.cc
parentd87ab3b04c8c9c7a17db26b4c46befc4c1da94ab (diff)
downloadcrawl-ref-91219aa1d86097dbf47d87c1b6132c70f00f0852.tar.gz
crawl-ref-91219aa1d86097dbf47d87c1b6132c70f00f0852.zip
Fix compilation.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6310 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 90ceb7be97..d5ce37ce5c 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -2464,8 +2464,6 @@ static bool _is_valid_religion(god_type god)
if (god == GOD_BEOGH)
return (you.species == SP_HILL_ORC);
- else if (you.char_class == GOD_PRIEST && you.species == SP_HILL_ORC)
- return (CC_RESTRICTED);
switch (you.species)
{