1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

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

View File

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