mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-03 08:20:15 +00:00
nomenu and nohelp options
This commit is contained in:
@@ -139,6 +139,12 @@ int arg::readCommon() {
|
||||
else if(argis("-nohud")) {
|
||||
nohud = true;
|
||||
}
|
||||
else if(argis("-nomenu")) {
|
||||
nomenukey = true;
|
||||
}
|
||||
else if(argis("-nohelp")) {
|
||||
nohelp = true;
|
||||
}
|
||||
else if(argis("-noscr")) {
|
||||
PHASE(3);
|
||||
popScreenAll();
|
||||
|
||||
Reference in New Issue
Block a user