rogueviz:: an option to disable labels

This commit is contained in:
Zeno Rogue 2018-07-05 09:59:14 +02:00
parent e24ed2bc87
commit 939c89472b
1 changed files with 3 additions and 0 deletions

View File

@ -1564,6 +1564,9 @@ int readArgs() {
else if(argis("-lab")) {
showlabels = true;
}
else if(argis("-lab-off")) {
showlabels = false;
}
else if(argis("-rog3")) {
rog3 = true;
}