mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +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);
|
||||
offlineMode = true;
|
||||
}
|
||||
else if(argis("-no-stamp")) {
|
||||
debugflags &=~ DF_TIME;
|
||||
}
|
||||
else if(argis("-debf")) {
|
||||
shift();
|
||||
string s = args();
|
||||
|
Loading…
Reference in New Issue
Block a user