ray:: max_well_offset anc max_celltype can be increased

This commit is contained in:
Zeno Rogue 2022-09-14 23:38:45 +02:00
parent ce5c1bc369
commit dbf9b2b325
1 changed files with 2 additions and 0 deletions

View File

@ -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