mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
rulegen:: removed dlbonus as it is unused
This commit is contained in:
parent
5f1f10c79f
commit
a272bb399d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user