mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rogueviz:: an option to disable labels
This commit is contained in:
parent
e24ed2bc87
commit
939c89472b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user