mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
fixed a bug with binary_width not set
This commit is contained in:
parent
ec96ad2718
commit
e881812fa4
@ -1212,6 +1212,7 @@ EX void initConfig() {
|
|||||||
-> editable("flashing effects", 'h')
|
-> editable("flashing effects", 'h')
|
||||||
-> help("Disable if you are photosensitive. Replaces flashing effects such as Orb of Storms lightning with slow, adjustable animations.");
|
-> help("Disable if you are photosensitive. Replaces flashing effects such as Orb of Storms lightning with slow, adjustable animations.");
|
||||||
|
|
||||||
|
vid.binary_width = 1;
|
||||||
param_custom_ld(vid.binary_width, "binary tiling width", menuitem_binary_width, 'v');
|
param_custom_ld(vid.binary_width, "binary tiling width", menuitem_binary_width, 'v');
|
||||||
|
|
||||||
param_b(fake::multiple_special_draw, "fake_multiple", true);
|
param_b(fake::multiple_special_draw, "fake_multiple", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user