1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 08:59:27 +00:00

CLI option -gridoff

This commit is contained in:
Zeno Rogue 2020-05-28 01:39:13 +02:00
parent af7e828b08
commit e579db31de

View File

@ -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")) {