OSDN Git Service

[Refactor] #37353 型の置換(C_MAKE)。 / Type replacement(C_MAKE).
[hengband/hengband.git] / src / z-config.h
index b94fbdf..d98056b 100644 (file)
 # define VERIFY_TIMESTAMPS
 #endif
 
-/* Zangband options: */
-
-/* Allow hordes of 'similar' monsters */
-#define MONSTER_HORDES
-
-/*
- * OPTION: Make opening and closing things easy -- TNB
- */
-#define ALLOW_EASY_OPEN
-
-/*
- * OPTION: Make disarming traps easy -- TNB
- */
-#define ALLOW_EASY_DISARM
-
-/*
- * OPTION: Make floor stacks easy -- TNB
- */
-#define ALLOW_EASY_FLOOR
-
 /*
  * Check the modification time of *_info.raw files
  * (by Keldon Jones)