1
0
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:
Zeno Rogue 2022-09-14 23:38:45 +02:00
parent ce5c1bc369
commit dbf9b2b325

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