mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
added CLI option -no-stamp
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user