mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 19:18:05 +00:00
it is now possible to disable the FPS display
This commit is contained in:
@@ -98,6 +98,9 @@ int arg::readCommon() {
|
||||
else if(argis("-nogui")) {
|
||||
noGUI = true;
|
||||
}
|
||||
else if(argis("-nofps")) {
|
||||
nofps = true;
|
||||
}
|
||||
else if(argis("-back")) {
|
||||
shift(); backcolor = strtol(args(), NULL, 16);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user