From 6be64d33039bf2ece3f50b3162b2da7f74ce2e4a Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 18 Feb 2012 13:21:35 +0100 Subject: Remove RESTRICT_COMBINATIONS code. --- src/birth.c | 14 -------------- src/config.h | 5 ----- 2 files changed, 19 deletions(-) diff --git a/src/birth.c b/src/birth.c index 4f2d9adb..b35cbe70 100644 --- a/src/birth.c +++ b/src/birth.c @@ -2117,20 +2117,6 @@ static bool_ player_birth_aux_ask() } /* Set class */ -#ifdef RESTRICT_COMBINATIONS - if (!(restrictions & BIT(k))) - { - noscore |= 0x0020; - message_add(MESSAGE_MSG, " ", TERM_VIOLET); - message_add(MESSAGE_MSG, " ", TERM_VIOLET); - message_add(MESSAGE_MSG, " ", TERM_VIOLET); - message_add(MESSAGE_MSG, "***************************", TERM_VIOLET); - message_add(MESSAGE_MSG, "***************************", TERM_VIOLET); - message_add(MESSAGE_MSG, "********* Cheater *********", TERM_VIOLET); - message_add(MESSAGE_MSG, "***************************", TERM_VIOLET); - message_add(MESSAGE_MSG, "***************************", TERM_VIOLET); - } -#endif p_ptr->pclass = class_types[k]; /* Choose class spec */ diff --git a/src/config.h b/src/config.h index 0d3d0f6f..6da767c3 100644 --- a/src/config.h +++ b/src/config.h @@ -321,11 +321,6 @@ */ #define USE_FAST_AUTOROLLER -/* - * Forbid the use of some race/class combinations - */ -/* #define RESTRICT_COMBINATIONS */ - /* * Enable the CTRL + L command to quit without saving * Only use for debugging purpose, otherwise you are a CHEATER -- cgit v1.2.3