mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
arg:: -gridon option
This commit is contained in:
parent
ab7a322e5e
commit
9289cdd301
@ -1925,6 +1925,7 @@ int read_config_args() {
|
|||||||
|
|
||||||
else if(argis("-noshadow")) { noshadow = true; }
|
else if(argis("-noshadow")) { noshadow = true; }
|
||||||
else if(argis("-bright")) { bright = true; }
|
else if(argis("-bright")) { bright = true; }
|
||||||
|
else if(argis("-gridon")) { vid.grid = true; }
|
||||||
|
|
||||||
// non-configurable options
|
// non-configurable options
|
||||||
else if(argis("-vsync_off")) {
|
else if(argis("-vsync_off")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user