mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +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");
|
||||
addsaver(rays_generate, "ray_generate");
|
||||
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);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user