1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-28 06:08:14 +00:00

added CLI option -no-stamp

This commit is contained in:
Zeno Rogue 2020-01-25 19:22:26 +01:00
parent bcfb622288
commit ecc8aa8192

View File

@ -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();