mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
CLI option -gridoff
This commit is contained in:
parent
af7e828b08
commit
e579db31de
@ -2399,6 +2399,7 @@ EX int read_config_args() {
|
||||
else if(argis("-noshadow")) { noshadow = true; }
|
||||
else if(argis("-bright")) { bright = true; }
|
||||
else if(argis("-gridon")) { vid.grid = true; }
|
||||
else if(argis("-gridoff")) { vid.grid = false; }
|
||||
|
||||
// non-configurable options
|
||||
else if(argis("-vsync_off")) {
|
||||
|
Loading…
Reference in New Issue
Block a user