mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-06 08:24:06 +00:00
a CL option to disable all start screens
This commit is contained in:
parent
f0bb13e17c
commit
01209bbd12
@ -108,6 +108,11 @@ int arg::readCommon() {
|
|||||||
else if(argis("-nohud")) {
|
else if(argis("-nohud")) {
|
||||||
nohud = true;
|
nohud = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-noscr")) {
|
||||||
|
PHASE(3);
|
||||||
|
popScreenAll();
|
||||||
|
showstartmenu = false;
|
||||||
|
}
|
||||||
else if(argis("-back")) {
|
else if(argis("-back")) {
|
||||||
shift(); backcolor = strtol(args(), NULL, 16);
|
shift(); backcolor = strtol(args(), NULL, 16);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user