rulegen:: removed dlbonus as it is unused

This commit is contained in:
Zeno Rogue 2021-08-21 23:35:04 +02:00
parent 5f1f10c79f
commit a272bb399d
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ EX int max_examine_branch = 5040;
EX int max_bdata = 1000;
EX int max_getside = 10000;
/* other parameters */
EX int dlbonus = 0;
#if HDR
/** exception thrown by this algoritm in case of any problems */
struct rulegen_failure : hr_exception {