mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-16 10:14:48 +00:00
added CLI option -no-stamp
This commit is contained in:
parent
bcfb622288
commit
ecc8aa8192
@ -152,6 +152,9 @@ int arg::readCommon() {
|
|||||||
PHASE(1);
|
PHASE(1);
|
||||||
offlineMode = true;
|
offlineMode = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-no-stamp")) {
|
||||||
|
debugflags &=~ DF_TIME;
|
||||||
|
}
|
||||||
else if(argis("-debf")) {
|
else if(argis("-debf")) {
|
||||||
shift();
|
shift();
|
||||||
string s = args();
|
string s = args();
|
||||||
|
Loading…
Reference in New Issue
Block a user