summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 19:48:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-17 19:48:04 +0000
commit04809fe65d0e7fa45481bb0ff0bb310833f0c99a (patch)
treea47102f76fec8043f52626ccef03375924c7442d /crawl-ref
parent25c5eda3074873c77a2885b02c10530e548f2b7d (diff)
downloadcrawl-ref-04809fe65d0e7fa45481bb0ff0bb310833f0c99a.tar.gz
crawl-ref-04809fe65d0e7fa45481bb0ff0bb310833f0c99a.zip
Unrestrict ogre hunters.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9610 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 96a0c42bff..c9f94352fb 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1889,7 +1889,6 @@ static char_choice_restriction _class_allowed(species_type speci,
case SP_DEEP_DWARF:
case SP_KOBOLD:
case SP_NAGA:
- case SP_OGRE:
case SP_RED_DRACONIAN:
case SP_MUMMY:
case SP_GHOUL: