mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-21 10:22:49 +00:00
ray:: max_well_offset anc max_celltype can be increased
This commit is contained in:
parent
ce5c1bc369
commit
dbf9b2b325
@ -3005,6 +3005,8 @@ void addconfig() {
|
|||||||
param_i(max_cells, "ray_max_cells");
|
param_i(max_cells, "ray_max_cells");
|
||||||
addsaver(rays_generate, "ray_generate");
|
addsaver(rays_generate, "ray_generate");
|
||||||
param_b(fixed_map, "ray_fixed_map");
|
param_b(fixed_map, "ray_fixed_map");
|
||||||
|
param_i(max_wall_offset, "max_wall_offset");
|
||||||
|
param_i(max_celltype, "max_celltype");
|
||||||
}
|
}
|
||||||
auto hookc = addHook(hooks_configfile, 100, addconfig);
|
auto hookc = addHook(hooks_configfile, 100, addconfig);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user