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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user