1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

arg:: -gridon option

This commit is contained in:
Zeno Rogue 2019-03-21 19:13:54 +01:00
parent ab7a322e5e
commit 9289cdd301

View File

@ -1925,6 +1925,7 @@ int read_config_args() {
else if(argis("-noshadow")) { noshadow = true; }
else if(argis("-bright")) { bright = true; }
else if(argis("-gridon")) { vid.grid = true; }
// non-configurable options
else if(argis("-vsync_off")) {