summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/newgame.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 7c39d69c15..82b6132e35 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1913,11 +1913,12 @@ static char_choice_restriction _book_restriction(int booktype,
case SP_MUMMY:
case SP_VAMPIRE:
return (CC_UNRESTRICTED);
- break;
default:
return (CC_RESTRICTED);
}
+ break;
+
}
return (CC_RESTRICTED);
}