X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=args.h;fp=args.h;h=29249932da32a3639ddbf0e617e09afd445df215;hp=eb573c6c09bd7d2a4fef2f6f69a44fd353d99c68;hb=c0bcf53dc4abc3fc4001252c734b926765598837;hpb=16982f6cae6415f935f18b602d5ab3eefd1ea6af diff --git a/args.h b/args.h index eb573c6..2924993 100644 --- a/args.h +++ b/args.h @@ -618,6 +618,7 @@ ArgDescriptor argDescriptors[] = { { "inscriptions", ArgString, (void *) &appData.inscriptions, FALSE, (ArgIniType) "" }, { "autoInstall", ArgString, (void *) &appData.autoInstall, XBOARD, (ArgIniType) "" }, { "fixedSize", ArgBoolean, (void *) &appData.fixedSize, TRUE, (ArgIniType) FALSE }, + { "showMoveTime", ArgBoolean, (void *) &appData.moveTime, TRUE, (ArgIniType) FALSE }, // [HGM] tournament options { "tourneyFile", ArgFilename, (void *) &appData.tourneyFile, FALSE, (ArgIniType) "" },