1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-12 23:35:59 +00:00

removed some parameter conflicts

This commit is contained in:
Zeno Rogue
2024-06-30 16:06:29 +02:00
parent 4520db0966
commit bae9fcec35
3 changed files with 0 additions and 4 deletions

View File

@@ -1196,7 +1196,6 @@ EX void initConfig() {
-> editable("flashing effects", 'h')
-> help("Disable if you are photosensitive. Replaces flashing effects such as Orb of Storms lightning with slow, adjustable animations.");
param_f(vid.binary_width, parameter_names("bwidth", "binary-tiling-width"), 1);
param_custom_ld(vid.binary_width, "binary tiling width", menuitem_binary_width, 'v');
param_b(fake::multiple_special_draw, "fake_multiple", true);